Skip to content

Commit

Permalink
Fix rust-ci rust-cache provider (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
giarc3 authored Aug 8, 2024
1 parent ff13453 commit edfc072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
echo "SCCACHE_REGION=us-west-2" >> $GITHUB_ENV
- uses: Swatinem/rust-cache@v2
with:
cache-provider: buildjet
cache-provider: github
- name: Set Rust target
if: ${{ matrix.rust_target != '' }}
run: echo "TARGET_FLAGS=--target ${{ matrix.rust_target }}" >> $GITHUB_ENV
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
echo "SCCACHE_REGION=us-west-2" >> $GITHUB_ENV
- uses: Swatinem/rust-cache@v2
with:
cache-provider: buildjet
cache-provider: github
- uses: taiki-e/install-action@cargo-llvm-cov
- name: Run llvm-cov
run: ${{inputs.cargo_command_env_vars}} cargo llvm-cov --html ${{ inputs.cargo_command_test_args }}
Expand Down

0 comments on commit edfc072

Please sign in to comment.