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 d43863c commit 0d17286
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 @@ -123,7 +123,7 @@ jobs:
${{ matrix.packages_install }}
- name: Install stable Rust (tweak for axodotdev/cargo-dist#792)
uses: dtolnay/rust-toolchain@master
if: ${{ matrix.runner == 'aarch64-unknown-linux-gnu' }}
if: ${{ join(matrix.targets, ', ') == 'aarch64-unknown-linux-gnu' }}
- name: Build artifacts
run: |
# Actually do builds and make zips and whatnot
Expand Down

0 comments on commit 0d17286

Please sign in to comment.