CI: Reset the cache key

It contains a build of qttypes with the wrong paths
This commit is contained in:
Olivier Goffart 2022-02-08 09:45:50 +01:00
parent a170758f08
commit 43ee379911

View file

@ -76,7 +76,7 @@ jobs:
profile: minimal
- uses: Swatinem/rust-cache@v1
with:
key: ${{ steps.nodeversion.outputs.node-version }} # The cached rustc artifacts contain linking information where to find node.lib, which is in a versioned directory.
key: x-${{ steps.nodeversion.outputs.node-version }} # The cached rustc artifacts contain linking information where to find node.lib, which is in a versioned directory.
- name: Build
uses: actions-rs/cargo@v1
with: