We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd722f commit 6a8da8dCopy full SHA for 6a8da8d
.github/workflows/build-deb.yml
@@ -23,6 +23,8 @@ jobs:
23
24
- name: Cache Rust dependencies
25
uses: Swatinem/rust-cache@v2
26
+ with:
27
+ prefix-key: ${{ matrix.varnish }}
28
29
- name: Install Varnish from packagecloud
30
run: |
.github/workflows/test.yml
@@ -21,6 +21,8 @@ jobs:
21
22
0 commit comments