Skip to content

Commit dd70459

Browse files
committed
ci: use the new build system in CI
1 parent 2342d18 commit dd70459

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
restore-keys: ${{ runner.os }}-swiftpm-
2626
- run: ./scripts/ci-install-swift.sh
2727
- run: swift --version
28-
- run: swift build -c release --triple aarch64-none-none-elf --toolset toolset.json
28+
- run: swift build -c release --triple aarch64-none-none-elf --toolset toolset.json --build-system swiftbuild
2929
build-macos:
3030
runs-on: macos-26
3131
permissions:
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3535
- run: ./scripts/ci-install-swift.sh
3636
- run: swift --version
37-
- run: swift build -c release --triple aarch64-none-none-elf --toolset toolset.json
37+
- run: swift build -c release --triple aarch64-none-none-elf --toolset toolset.json --build-system swiftbuild
3838
lint:
3939
runs-on: ubuntu-24.04-arm
4040
permissions:

0 commit comments

Comments
 (0)