Update ci-windows.yml (#13)
* Update ci-windows.yml * Update ci-windows.yml
This commit is contained in:
parent
932088e971
commit
31409c354b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue