ci: Explicitly set cache-provider for swatinem/rust-cache (#18034)

- Switches the Cache Dependencies step (`swatinem/rust-cache`) of Linux
tests to use buildjet as `cache-provider`. Explicitly add 'github' (the
default cache provider) to other uses of `swatinem/rust-cache` for
consistency.

Release Notes:

- N/A
This commit is contained in:
Peter Tripp
2024-09-18 18:05:30 -04:00
committed by GitHub
parent 2c8a6ee7cc
commit a62e8f6396
2 changed files with 3 additions and 0 deletions
@@ -24,6 +24,7 @@ jobs:
uses: swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
with:
save-if: ${{ github.ref == 'refs/heads/main' }}
cache-provider: "github"
- name: Configure linux
shell: bash -euxo pipefail {0}