Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mycrl committed Sep 14, 2024
1 parent 32c0ad9 commit 2dd8e42
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
- macos-latest
target:
- aarch64-apple-darwin
- aarch64-unknown-linux-musl
- aarch64-unknown-linux-gnu
- x86_64-apple-darwin
- x86_64-pc-windows-msvc
- x86_64-unknown-linux-musl
- x86_64-unknown-linux-gnu
exclude:
- os: windows-latest
target: aarch64-unknown-linux-musl
target: aarch64-unknown-linux-gnu
- os: windows-latest
target: x86_64-unknown-linux-musl
target: x86_64-unknown-linux-gnu
- os: windows-latest
target: aarch64-apple-darwin
- os: windows-latest
Expand All @@ -36,9 +36,9 @@ jobs:
- os: macos-latest
target: x86_64-pc-windows-msvc
- os: macos-latest
target: aarch64-unknown-linux-musl
target: aarch64-unknown-linux-gnu
- os: macos-latest
target: x86_64-unknown-linux-musl
target: x86_64-unknown-linux-gnu
steps:
-
uses: actions/checkout@v4
Expand All @@ -57,7 +57,7 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt update
sudo apt install -y gcc-aarch64-linux-musl
sudo apt install -y gcc-aarch64-linux-gnu
rustup target add ${{ matrix.target }}
cargo install cargo-zigbuild
sudo snap install zig --classic --beta
Expand Down

0 comments on commit 2dd8e42

Please sign in to comment.