Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Liamolucko committed Dec 14, 2024
1 parent f05f69c commit c241243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: sudo apt install verilator libevent-dev libjson-c-dev
- run: pip install -r requirements.txt
- run: |
python3 -m net_finder.soc.sim --cuboids 1x1x5 1x2x3 --non-interactive &
python3 -m net_finder.soc.sim --non-interactive &
while ! nc -z localhost 1111; do
sleep 1
done
Expand All @@ -33,7 +33,7 @@ jobs:
sleep 1
done
cargo run --release -p net-finder-fpga-driver -- --addr 127.0.0.1:1234 --tcp sim_soc_info.json
cargo run --release -p net-finder-fpga-driver -- --addr 127.0.0.1:1234 --tcp sim_soc_info.json 1x1x5 1x2x3
kill %2
kill %1
Expand Down

0 comments on commit c241243

Please sign in to comment.