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 b3fc172 commit e91be35
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ jobs:
run: sh ./.github/workflows/configure.sh
- name: Build binaries for Linux
run: make release
- name: Upload Linux binaries
run: sh ./.github/workflows/upload.sh linux
- name: Archive Linux binaries
run: sh ./.github/workflows/make-archives.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
- name: Archive macOS binaries
run: sh ./.github/workflows/make-archives.sh macos
- name: Upload all
run: sh ./.github/workflows/upload.sh

0 comments on commit e91be35

Please sign in to comment.