File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1717 - name : Setup rust cache
1818 uses : Swatinem/rust-cache@v2
1919
20- - name : Install cross
20+ - name : Run cargo check
2121 run : cargo check --release
Original file line number Diff line number Diff line change 4848 - name : Setup rust cache
4949 uses : Swatinem/rust-cache@v2
5050
51+ - name : Install cross
52+ run : cargo install cross --version 0.2.5
53+
5154 - name : Build for Intel Linux
5255 run : cargo build -p chat-example --release --target=x86_64-unknown-linux-gnu
5356
Original file line number Diff line number Diff line change 4848 - name : Setup rust cache
4949 uses : Swatinem/rust-cache@v2
5050
51+ - name : Install cross
52+ run : cargo install cross --version 0.2.5
53+
5154 - name : Build for Intel Linux
5255 run : cargo build -p dcutr-example --release --target=x86_64-unknown-linux-gnu
5356
You can’t perform that action at this time.
0 commit comments