Skip to content

Commit

Permalink
Switched location for toolchain parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
cromefire committed Dec 10, 2023
1 parent f50b5af commit 980f3ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:
cancel-in-progress: true

env:
RUST_TOOLCHAIN: 1.80.0
RUST_TOOLCHAIN: 1.73.0

jobs:
release-binary:
Expand Down Expand Up @@ -58,8 +58,9 @@ jobs:
submodules: recursive

- name: Install Rust
uses: dtolnay/rust-toolchain@${{ env.RUST_TOOLCHAIN }}
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ env.RUST_TOOLCHAIN }}
targets: ${{ matrix.target }}
components: clippy

Expand Down

0 comments on commit 980f3ed

Please sign in to comment.