Commit 8488169 1 parent 1626403 commit 8488169 Copy full SHA for 8488169
File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 17
17
- name : Setup rust cache
18
18
uses : Swatinem/rust-cache@v2
19
19
20
- - name : Install cross
20
+ - name : Run cargo check
21
21
run : cargo check --release
Original file line number Diff line number Diff line change 48
48
- name : Setup rust cache
49
49
uses : Swatinem/rust-cache@v2
50
50
51
+ - name : Install cross
52
+ run : cargo install cross --version 0.2.5
53
+
51
54
- name : Build for Intel Linux
52
55
run : cargo build -p chat-example --release --target=x86_64-unknown-linux-gnu
53
56
Original file line number Diff line number Diff line change 48
48
- name : Setup rust cache
49
49
uses : Swatinem/rust-cache@v2
50
50
51
+ - name : Install cross
52
+ run : cargo install cross --version 0.2.5
53
+
51
54
- name : Build for Intel Linux
52
55
run : cargo build -p dcutr-example --release --target=x86_64-unknown-linux-gnu
53
56
You can’t perform that action at this time.
0 commit comments