Skip to content

Commit 6123ceb

Browse files
authored
Merge pull request #59 from matrix-org/ganfra-patch-1
Update rust to use @stable version
2 parents c03713b + 7b19e97 commit 6123ceb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release_sdk_parallel.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,7 @@ jobs:
5555
ndk-version: r25c
5656

5757
- name: Install Rust
58-
uses: dtolnay/rust-toolchain@master
59-
with:
60-
# This value should be updated to the `NIGHTLY` value in: https://github.com/matrix-org/matrix-rust-sdk/blob/main/xtask/src/main.rs
61-
toolchain: nightly-2024-02-06
58+
uses: dtolnay/rust-toolchain@stable
6259

6360
- name: Install Protoc
6461
uses: arduino/setup-protoc@v1

0 commit comments

Comments
 (0)