Skip to content

Commit 6458677

Browse files
committed
gh action
1 parent 4b1da2e commit 6458677

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/android-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
- name: Install Rust toolchain
4141
uses: dtolnay/rust-toolchain@master
4242
with:
43-
toolchain: nightly
43+
toolchain: nightly-2025-06-15
4444
targets: aarch64-linux-android
4545

4646
- name: Set Nightly as Default
47-
run: rustup default nightly
47+
run: rustup default nightly-2025-06-15
4848

4949
- name: Clone Dioxus fork
5050
uses: actions/checkout@v4

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "nightly"
2+
channel = "nightly-2025-06-15"
33
components = ["rustfmt", "rust-analyzer"]
44
profile = "minimal"

0 commit comments

Comments
 (0)