Skip to content

Commit

Permalink
[WIP] add missing macos sdk for cross-compiling2
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 795ccce commit 2c4f14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: |
cd jrad
apk update && apk add --no-cache git musl-dev xz asciidoctor zig
xz -d -c macos-sdk-11.3.tar.xz | tar -x
rustup target add \
x86_64-unknown-linux-gnu \
aarch64-unknown-linux-gnu \
Expand All @@ -32,7 +33,6 @@ 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

0 comments on commit 2c4f14c

Please sign in to comment.