Skip to content

Commit

Permalink
switch to rust-cache
Browse files Browse the repository at this point in the history
Signed-off-by: onur-ozkan <[email protected]>
  • Loading branch information
onur-ozkan committed Dec 24, 2024
1 parent 43279b6 commit a47b518
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/actions/build-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,5 @@ runs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Configure sccache
shell: bash
run: |
echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV
echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV
- name: Set up sccache-cache
uses: mozilla-actions/[email protected]

- name: Set up rust-cache
uses: Swatinem/rust-cache@v2

0 comments on commit a47b518

Please sign in to comment.