Update ci-windows.yml (#13)

* Update ci-windows.yml

* Update ci-windows.yml
This commit is contained in:
Christian Treffs 2023-04-19 08:52:15 +02:00 committed by GitHub
parent 932088e971
commit 31409c354b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -13,8 +13,8 @@ jobs:
strategy:
matrix:
include:
- tag: 5.5-RELEASE
branch: swift-5.5-release
- tag: 5.7-RELEASE
branch: swift-5.7-release
steps:
- uses: actions/checkout@v3.5.2
with:
@ -43,4 +43,4 @@ jobs:
Copy-Item "$env:SDKROOT\usr\share\winsdk.modulemap" -destination "$env:UniversalCRTSdkDir\Include\$env:UCRTVersion\um\module.modulemap"
- name: Build Release
run: make build-release-verbose
run: swift build -c release