Skip to content

Commit

Permalink
Merge pull request #45 from matrix-org/misc/pin-rust-nightly-version-…
Browse files Browse the repository at this point in the history
…to-match-rust-sdk-repo

Pin the Rust nightly version
  • Loading branch information
jmartinesp authored Feb 7, 2024
2 parents 0c745f7 + 0d49ac6 commit e2233e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_sdk_parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
ndk-version: r25c

- name: Install Rust
uses: dtolnay/rust-toolchain@nightly
# This value should be updated to the `NIGHTLY` value in: https://github.com/matrix-org/matrix-rust-sdk/blob/main/xtask/src/main.rs
uses: dtolnay/rust-toolchain@nightly-2024-02-06

- name: Install Protoc
uses: arduino/setup-protoc@v1
Expand Down

0 comments on commit e2233e8

Please sign in to comment.