mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +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:
|
||||
name: Test swift windows
|
||||
if: false #disabled due to continual failure
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: SwiftyLab/setup-swift@latest
|
||||
with:
|
||||
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 test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user