We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c94d17d commit ab7e5b3Copy full SHA for ab7e5b3
.github/workflows/extra-builds.yml
@@ -30,7 +30,7 @@ jobs:
30
vs-build:
31
name: Visual Studio build
32
runs-on: windows-2019
33
- needs: yosys-vcxsrc, pre_job
+ needs: [vs-prep, pre_job]
34
if: needs.pre_job.outputs.should_skip != 'true'
35
steps:
36
- uses: actions/download-artifact@v4
0 commit comments