mirror of https://github.com/YosysHQ/yosys.git
extra-builds.yml: Fix prereq list
This commit is contained in:
parent
699049b218
commit
7bcef637a4
|
@ -32,7 +32,7 @@ jobs:
|
||||||
vs-build:
|
vs-build:
|
||||||
name: Visual Studio build
|
name: Visual Studio build
|
||||||
runs-on: windows-2019
|
runs-on: windows-2019
|
||||||
needs: yosys-vcxsrc, pre_job
|
needs: [vs-prep, pre_job]
|
||||||
if: needs.pre_job.outputs.should_skip != 'true'
|
if: needs.pre_job.outputs.should_skip != 'true'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v4
|
||||||
|
|
Loading…
Reference in New Issue