Revert "ci: Don't use specific Swatinem/rust-cache revision"

This reverts commit 5db1f46a3a.
This commit is contained in:
Adrian Wielgosik 2022-12-02 23:53:57 +01:00 committed by kmeisthax
parent 230ef315a2
commit d7e8df517f
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ jobs:
sudo apt install -y libasound2-dev libxcb-shape0-dev libxcb-xfixes0-dev libgtk-3-dev mesa-vulkan-drivers sudo apt install -y libasound2-dev libxcb-shape0-dev libxcb-xfixes0-dev libgtk-3-dev mesa-vulkan-drivers
- name: Cache Cargo output - name: Cache Cargo output
uses: Swatinem/rust-cache@v2 uses: Swatinem/rust-cache@90429b3dea365e9a1b0cb82d7f98aabf3089dc63
with: with:
shared-key: "desktop" shared-key: "desktop"

View File

@ -52,7 +52,7 @@ jobs:
targets: wasm32-unknown-unknown targets: wasm32-unknown-unknown
- name: Cache Cargo output - name: Cache Cargo output
uses: Swatinem/rust-cache@v2 uses: Swatinem/rust-cache@90429b3dea365e9a1b0cb82d7f98aabf3089dc63
with: with:
shared-key: "web" shared-key: "web"