Skip to content

Commit

Permalink
enable cross again
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 6, 2023
1 parent 672f447 commit 124de86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,17 +75,17 @@ jobs:
rustup target add aarch64-apple-darwin
cargo install cargo-zigbuild
if: matrix.target == 'universal2-apple-darwin'
- run: sudo apt-get update; sudo apt-get install musl-tools
if: matrix.runs-on == 'buildjet-4vcpu-ubuntu-2204-arm'
# - run: sudo apt-get update; sudo apt-get install musl-tools
# if: matrix.runs-on == 'buildjet-4vcpu-ubuntu-2204-arm'
- run: rustup target add ${{matrix.target}}
- run: rustup toolchain install stable --profile minimal
- uses: Swatinem/rust-cache@v2
with:
shared-key: build-tarball-${{matrix.name}}
cache-provider: buildjet
#save-if: false
# - if: matrix.os == 'ubuntu'
# uses: taiki-e/install-action@cross
- if: matrix.os == 'ubuntu'
uses: taiki-e/install-action@cross
- run: scripts/setup-zipsign.sh
env:
ZIPSIGN: ${{ secrets.ZIPSIGN }}
Expand Down

0 comments on commit 124de86

Please sign in to comment.