Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro-Salerno authored Nov 11, 2024
1 parent c1fee5c commit d44ae6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Archive binaries for target macos-arm64
run: sh ./.github/workflows/make-archives.sh macos-arm64
- name: Build binaries for target linux-arm64
run: make clean && make release CC="zig cc -target aarch64-linux" TARMAN_OS=darwin RELEASE_LDFLAGS=""
run: make clean && make release CC="zig cc -target aarch64-linux" RELEASE_LDFLAGS=""
- name: Archive binaries for target linux-arm64
run: sh ./.github/workflows/make-archives.sh linux-arm64
- name: Upload all
Expand Down

0 comments on commit d44ae6a

Please sign in to comment.