mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +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:
parent
ef1030ff0b
commit
6164edf558
1 changed files with 2 additions and 1 deletions
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue