We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a9c3a commit ab560baCopy full SHA for ab560ba
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
27
- run: ./scripts/ci-install-swift.sh
28
- run: swift --version
29
- - run: swift build -c release --triple aarch64-none-none-elf --toolset toolset.json
+ - run: swift build -c release --triple aarch64-none-none-elf --toolset toolset.json --build-system swiftbuild
30
lint:
31
runs-on: ubuntu-24.04-arm
32
steps:
0 commit comments