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 8, 2024
1 parent afafa1d commit 12742e3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ jobs:
- uses: actions/checkout@v4
- name: configure
run: sh ./.github/workflows/configure.sh
- name: Build binaries
- name: Build binaries for Linux
run: make release
- name: Upload all files
- name: Upload Linux binaries
run: sh ./.github/workflows/upload.sh linux
- name: Build binaries for macOS
run: make clean && make release CC="zig cc -target arm64-macos"
- name: Upload macOS binaries
run: sh ./.github/workflows/upload.sh macos

0 comments on commit 12742e3

Please sign in to comment.