mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-01 19:58:15 +00:00
Revert back to using swift-actions (#8806)
Reverting to swift-actions since they seem to have fixed the issue with GPG keys
This commit is contained in:
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@@ -500,7 +500,7 @@ jobs:
|
|||||||
sh phpUnionVectorTest.sh
|
sh phpUnionVectorTest.sh
|
||||||
|
|
||||||
build-swift:
|
build-swift:
|
||||||
name: Test Swift
|
name: Test Swift Linux
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
swift: ["5.10", "6.1", "6.2"]
|
swift: ["5.10", "6.1", "6.2"]
|
||||||
@@ -508,15 +508,13 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: vapor/swiftly-action@v0.2
|
- uses: swift-actions/setup-swift@v2
|
||||||
with:
|
with:
|
||||||
toolchain: ${{ matrix.swift }}
|
swift-version: ${{ matrix.swift }}
|
||||||
- name: Get swift version
|
- name: Get swift version
|
||||||
run: swift --version
|
run: swift --version
|
||||||
- name: test
|
- name: test
|
||||||
run: |
|
run: swift test
|
||||||
swift build --build-tests
|
|
||||||
swift test
|
|
||||||
|
|
||||||
build-swift-windows:
|
build-swift-windows:
|
||||||
name: Test swift windows
|
name: Test swift windows
|
||||||
|
|||||||
Reference in New Issue
Block a user