Skip to content

Commit

Permalink
ci: specify 1.79.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbrayo committed Sep 4, 2024
1 parent 0e08692 commit 5e1d183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# Rust
- name: Set up Rust
id: toolchain
uses: dtolnay/rust-toolchain@master
uses: dtolnay/rust-toolchain@1.79.0
with:
toolchain: stable 18 months ago
if: steps.cache-jniLibs.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 5e1d183

Please sign in to comment.