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
1 changed files with 1 additions and 1 deletions

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