Skip to content

Commit

Permalink
ci:set rust version to 1.79.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brayo-pip committed Sep 5, 2024
1 parent 53ed4a3 commit 854877e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# Rust
- name: Set up Rust
id: toolchain
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/rust-toolchain@1.79.0
if: steps.cache-jniLibs.outputs.cache-hit != 'true'

- name: Set up Rust toolchain for Android NDK
Expand Down

0 comments on commit 854877e

Please sign in to comment.