File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 :
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 :
You can’t perform that action at this time.
0 commit comments