Skip to content

Commit

Permalink
Install nightly Rust in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Jan 19, 2025
1 parent c74ddb7 commit 965b269
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,15 @@ jobs:
echo "CFLAGS_aarch64_unknown_linux_musl=--sysroot=/usr/aarch64-linux-gnu" >> $GITHUB_ENV
echo "CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER=/usr/aarch64-linux-gnu/bin/ld" >> $GITHUB_ENV
- name: Install Nightly Rust
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
target: ${{ matrix.target }}
override: true
default: true
components: rustfmt, clippy, rust-src

- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 965b269

Please sign in to comment.