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 345e575 commit c129218Copy full SHA for c129218
.github/workflows/ci.yml
@@ -10,9 +10,8 @@ jobs:
10
container: swiftlang/swift:nightly-main-noble
11
steps:
12
- uses: actions/checkout@v4
13
- - run: apt-get update && apt-get install --no-install-recommends -y make
14
- run: swift --version
15
- - run: make
+ - run: swift build -c release --triple aarch64-none-none-elf --toolset toolsets/linux.json
16
lint:
17
runs-on: ubuntu-24.04-arm
18
0 commit comments