We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b1da2e commit 6458677Copy full SHA for 6458677
.github/workflows/android-build.yml
@@ -40,11 +40,11 @@ jobs:
40
- name: Install Rust toolchain
41
uses: dtolnay/rust-toolchain@master
42
with:
43
- toolchain: nightly
+ toolchain: nightly-2025-06-15
44
targets: aarch64-linux-android
45
46
- name: Set Nightly as Default
47
- run: rustup default nightly
+ run: rustup default nightly-2025-06-15
48
49
- name: Clone Dioxus fork
50
uses: actions/checkout@v4
rust-toolchain.toml
@@ -1,4 +1,4 @@
1
[toolchain]
2
-channel = "nightly"
+channel = "nightly-2025-06-15"
3
components = ["rustfmt", "rust-analyzer"]
4
profile = "minimal"
0 commit comments