Skip to content

Commit

Permalink
x64
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 6, 2023
1 parent 88f0853 commit 14ff537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ jobs:
# - 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}}
if: matrix.target != 'universal2-apple-darwin'
- 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
- run: scripts/setup-zipsign.sh
Expand Down

0 comments on commit 14ff537

Please sign in to comment.