Skip to content

Commit

Permalink
Fix github actions installing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronRP committed Sep 26, 2024
1 parent 0ca3660 commit 72fbe1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.77.1
override: true

- name: Display Rust and Cargo version
Expand Down

0 comments on commit 72fbe1f

Please sign in to comment.