Skip to content

Commit ab7e5b3

Browse files
extra-builds.yml: Fix prereq list
1 parent c94d17d commit ab7e5b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/extra-builds.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
vs-build:
3131
name: Visual Studio build
3232
runs-on: windows-2019
33-
needs: yosys-vcxsrc, pre_job
33+
needs: [vs-prep, pre_job]
3434
if: needs.pre_job.outputs.should_skip != 'true'
3535
steps:
3636
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)