Skip to content
Snippets Groups Projects
Commit 7e622df8 authored by NiseVoid's avatar NiseVoid
Browse files

Fix CI cache key

parent a7058317
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ jobs:
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-build-${{steps.toolchain.outputs.cachekey}}-${{ hashFiles('**/Cargo.toml') }}
key: ${{ runner.os }}-cargo-build-1.70.0-${{ hashFiles('**/Cargo.toml') }}
- name: Install alsa and udev
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
if: runner.os == 'linux'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment