Skip to content

Commit c618d9d

Browse files
committed
Fixed cache in ci.
1 parent 7d5a37d commit c618d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
~/.cargo/registry/cache/
3232
~/.cargo/git/db/
3333
target/
34-
key: ${{ runner.os }}-cargo-build-1.70.0-${{ hashFiles('**/Cargo.toml') }}
34+
key: ${{ runner.os }}-cargo-build-1.75.0-${{ hashFiles('**/Cargo.toml') }}
3535
- name: Install alsa and udev
3636
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
3737
if: runner.os == 'linux'

0 commit comments

Comments
 (0)