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
0xbrayo committed Sep 4, 2024
1 parent e45642f commit a2dd34b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ jobs:
# Rust
- name: Set up Rust
id: toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable minus 2 releases
uses: dtolnay/[email protected]
if: steps.cache-jniLibs.outputs.cache-hit != 'true'

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

0 comments on commit a2dd34b

Please sign in to comment.