File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 20
20
- name : Build
21
21
id : build
22
22
run : |
23
+ rustup update
23
24
cargo build --release
24
25
echo "Copy $DEB to icboard.deb"
25
26
mkdir bin
60
61
- name : Build
61
62
id : build
62
63
run : |
64
+ rustup update
63
65
cargo build --release
64
66
echo "Copy $DEB to icy_board.deb"
65
67
mkdir bin
99
101
echo "Version: $version"
100
102
- name : Install rust compilation targets
101
103
run : |
104
+ rustup update
102
105
rustup target add aarch64-apple-darwin
103
106
rustup target add x86_64-apple-darwin
104
107
- name : Build
Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v4
15
15
- name : Check formatting
16
16
run : |
17
+ rustup update
17
18
cargo fmt --all -- --check
18
19
- run : rustup component add clippy
19
20
- name : Install Dependencies
You can’t perform that action at this time.
0 commit comments