mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
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:
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user