Skip to content

Commit

Permalink
[WIP] add missing macos sdk for cross-compiling
Browse files Browse the repository at this point in the history
Signed-off-by: Yorgos Saslis <[email protected]>
  • Loading branch information
gsaslis committed Jan 14, 2025
1 parent a80b006 commit 795ccce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/draft_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

- name: Install Zig
shell: sh
env:
SDKROOT: ${{ github.workspace }}/macos-sdk-11.3
run: |
cd jrad
apk update && apk add --no-cache git musl-dev xz asciidoctor zig
Expand All @@ -30,6 +32,7 @@ jobs:
--target=aarch64-apple-darwin \
--target=x86_64-unknown-linux-gnu \
--target=aarch64-unknown-linux-gnu
xz -d -c macos-sdk-11.3.tar.xz | tar -x
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down
Binary file added jrad/macos-sdk-11.3.tar.xz
Binary file not shown.

0 comments on commit 795ccce

Please sign in to comment.