3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-14 01:51:23 +00:00

CI: Save iverilog cache in action

We still want to cache iverilog even if the rest of the action fails, so explicitly save/restore instead of standard cache.
This commit is contained in:
Krystine Sherwin 2025-11-01 13:03:33 +13:00 committed by Miodrag Milanovic
parent 0e2d24edd3
commit c597bf70b0
2 changed files with 12 additions and 6 deletions

View file

@ -45,7 +45,7 @@ runs:
echo "procs=$(sysctl -n hw.ncpu)" >> $GITHUB_ENV
- name: Setup iverilog
if: inputs.get-iverilog
if: inputs.get-iverilog == 'true'
uses: ./.github/actions/setup-iverilog
with:
runs-on: ${{ inputs.runs-on }}