We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d5a37d commit c618d9dCopy full SHA for c618d9d
.github/workflows/rust.yml
@@ -31,7 +31,7 @@ jobs:
31
~/.cargo/registry/cache/
32
~/.cargo/git/db/
33
target/
34
- key: ${{ runner.os }}-cargo-build-1.70.0-${{ hashFiles('**/Cargo.toml') }}
+ key: ${{ runner.os }}-cargo-build-1.75.0-${{ hashFiles('**/Cargo.toml') }}
35
- name: Install alsa and udev
36
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
37
if: runner.os == 'linux'
0 commit comments