Skip to content

Commit ab560ba

Browse files
committed
ci: use the new build system in CI
1 parent 54a9c3a commit ab560ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2727
- run: ./scripts/ci-install-swift.sh
2828
- run: swift --version
29-
- run: swift build -c release --triple aarch64-none-none-elf --toolset toolset.json
29+
- run: swift build -c release --triple aarch64-none-none-elf --toolset toolset.json --build-system swiftbuild
3030
lint:
3131
runs-on: ubuntu-24.04-arm
3232
steps:

0 commit comments

Comments
 (0)