mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-25 18:08:40 +00:00
Fixes swift windows CI (#8685)
Fixes ci failing to a missing component on the github actions side, and this is enabled until its fixed from the swiftlylab side Enables swift ci
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -520,13 +520,14 @@ jobs:
|
|||||||
|
|
||||||
build-swift-windows:
|
build-swift-windows:
|
||||||
name: Test swift windows
|
name: Test swift windows
|
||||||
if: false #disabled due to continual failure
|
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: SwiftyLab/setup-swift@latest
|
- uses: SwiftyLab/setup-swift@latest
|
||||||
with:
|
with:
|
||||||
swift-version: '6.1'
|
swift-version: '6.1'
|
||||||
|
# To be removed when swiftylab fixes the CI
|
||||||
|
visual-studio-components: Microsoft.VisualStudio.Component.Windows11SDK.22621
|
||||||
- run: swift build
|
- run: swift build
|
||||||
- run: swift test
|
- run: swift test
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user