Skip to content

Commit

Permalink
Fix nightly toolchain setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinesp committed Feb 7, 2024
1 parent e2233e8 commit 7c7bd66
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release_sdk_parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ jobs:
ndk-version: r25c

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

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

0 comments on commit 7c7bd66

Please sign in to comment.