Skip to content

Commit e6c768d

Browse files
committed
try to fix rust ci issue
Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
1 parent 35d73ab commit e6c768d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
uses: actions/setup-java@v1
3737
with:
3838
java-version: 11.0.3
39-
- uses: hecrj/setup-rust-action@v1
39+
- uses: hecrj/setup-rust-action@v2
4040
with:
41-
rust-version: nightly
41+
rust-version: stable
4242
components: cargo,rustc,rust-std
4343
# compile and prepare everything
4444
- name: Compile x32

0 commit comments

Comments
 (0)