Skip to content

Commit

Permalink
extra-builds.yml: Fix prereq list
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed Apr 30, 2024
1 parent c94d17d commit ab7e5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extra-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
vs-build:
name: Visual Studio build
runs-on: windows-2019
needs: yosys-vcxsrc, pre_job
needs: [vs-prep, pre_job]
if: needs.pre_job.outputs.should_skip != 'true'
steps:
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit ab7e5b3

Please sign in to comment.