3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-05 17:14:08 +00:00

extra-builds.yml: Fix prereq list

This commit is contained in:
Krystine Sherwin 2024-05-09 09:26:17 +12:00
parent 699049b218
commit 7bcef637a4
No known key found for this signature in database

View file

@ -32,7 +32,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