Skip to content

Commit

Permalink
Tweak cargo-dist
Browse files Browse the repository at this point in the history
  • Loading branch information
yutannihilation committed Mar 2, 2024
1 parent 0d17286 commit 58d93a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ jobs:
- name: Install stable Rust (tweak for axodotdev/cargo-dist#792)
uses: dtolnay/rust-toolchain@master
if: ${{ join(matrix.targets, ', ') == 'aarch64-unknown-linux-gnu' }}
with:
toolchain: stable
- name: Build artifacts
run: |
# Actually do builds and make zips and whatnot
Expand Down

0 comments on commit 58d93a0

Please sign in to comment.