Skip to content

Commit 2ed99c6

Browse files
authored
try to fix rust ci issue (#762)
* try to fix rust ci issue Signed-off-by: Andrey Parfenov <[email protected]> * fixing ci Signed-off-by: Andrey Parfenov <[email protected]> --------- Signed-off-by: Andrey Parfenov <[email protected]>
1 parent 35d73ab commit 2ed99c6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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

src/board_controller/muse/muse_bglib/muse_bglib_helper.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include <algorithm>
2+
#include <chrono>
23
#include <string.h>
34
#include <string>
45

0 commit comments

Comments
 (0)