Skip to content

Commit c129218

Browse files
committed
ci: fix build-linux job
1 parent 345e575 commit c129218

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ jobs:
1010
container: swiftlang/swift:nightly-main-noble
1111
steps:
1212
- uses: actions/checkout@v4
13-
- run: apt-get update && apt-get install --no-install-recommends -y make
1413
- run: swift --version
15-
- run: make
14+
- run: swift build -c release --triple aarch64-none-none-elf --toolset toolsets/linux.json
1615
lint:
1716
runs-on: ubuntu-24.04-arm
1817
container: swiftlang/swift:nightly-main-noble

0 commit comments

Comments
 (0)