File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
- uses : actions/checkout@v4
21
21
- uses : dtolnay/rust-toolchain@stable
22
22
- run : sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
23
- - uses : Leafwing-Studios/cargo-cache@v2
23
+ - uses : Leafwing-Studios/cargo-cache@v3
24
24
with :
25
25
sweep-cache : true
26
26
- run : |
38
38
with :
39
39
components : clippy
40
40
- run : sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
41
- - uses : Leafwing-Studios/cargo-cache@v2
41
+ - uses : Leafwing-Studios/cargo-cache@v3
42
42
with :
43
43
sweep-cache : true
44
44
- run : cargo clippy --locked --workspace --all-targets --all-features -- --deny warnings
62
62
- uses : actions/checkout@v4
63
63
- uses : dtolnay/rust-toolchain@stable
64
64
- run : sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
65
- - uses : Leafwing-Studios/cargo-cache@v2
65
+ - uses : Leafwing-Studios/cargo-cache@v3
66
66
with :
67
67
sweep-cache : true
68
68
- run : cargo doc --locked --workspace --all-features --document-private-items --no-deps
Original file line number Diff line number Diff line change 92
92
- uses : dtolnay/rust-toolchain@stable
93
93
with :
94
94
targets : ${{ matrix.targets }}
95
- - uses : Leafwing-Studios/cargo-cache@v2
95
+ - uses : Leafwing-Studios/cargo-cache@v3
96
96
with :
97
97
sweep-cache : true
98
98
- if : ${{ matrix.platform == 'linux' }}
You can’t perform that action at this time.
0 commit comments