Skip to content

Commit

Permalink
Bugfix 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Williamson committed Nov 19, 2024
1 parent 67496a3 commit 8929a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ jobs:
-v "${{ github.workspace }}/build:/build" \
ghcr.io/pandablocks/pandablocks-dev-container:4.0a1 \
/bin/bash -c \
"cd PandABlocks-fpga && ln -s CONFIG.example CONFIG && && make carrier_ip APP_NAME=PandABox-fmc_lback-sfp_lback && make zpkg APP_NAME=PandABox-fmc_lback-sfp_lback"
"cd PandABlocks-fpga && ln -s CONFIG.example CONFIG && make carrier_ip APP_NAME=PandABox-fmc_lback-sfp_lback && make zpkg APP_NAME=PandABox-fmc_lback-sfp_lback"
"cd PandABlocks-fpga && python3.12 common/python/cocotb_timing_test_runner.py all --sim nvc"
test:
Expand Down

0 comments on commit 8929a50

Please sign in to comment.