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:
mustiikhalil
2025-11-28 03:56:20 +01:00
committed by GitHub
parent 2b107e20c5
commit 4c47f4c11e

View File

@@ -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