Fix ubuntu 20.04 CI (#1734)

add a prefix key with host os to rust test job to prevent caching issues
This commit is contained in:
Gabi
2023-07-04 23:03:43 -03:00
committed by GitHub
parent 991759fbc2
commit 9cb024e787

View File

@@ -53,6 +53,8 @@ jobs:
with:
workspaces: ./rust
key: v2
prefix-key: rust-${{ matrix.runs-on }}
save-if: ${{ github.ref == 'refs/heads/cloud' }}
# TODO: Building *ring* from git requires us to install additional tools;
# once we're not using a forked *ring* these 2 steps can be removed.