Skip to content

Commit

Permalink
amend! ci: Move iverilog from build to test
Browse files Browse the repository at this point in the history
ci: Move iverilog from build to test
  • Loading branch information
KrystalDelusion committed Feb 5, 2024
1 parent 5a75963 commit df3058d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ jobs:
env:
WORKSPACE: ${{ github.workspace }}
run: |
echo "GITHUB_WORKSPACE=`pwd`" >> $GITHUB_ENV
echo "$GITHUB_WORKSPACE/.local/bin" >> $GITHUB_PATH
echo "procs=$(nproc)" >> $GITHUB_ENV
- name: Checkout Yosys
Expand Down

0 comments on commit df3058d

Please sign in to comment.