Skip to content

Commit

Permalink
ci: update sccache installation to support ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
itsyaasir committed Nov 27, 2024
1 parent c3eb0e2 commit 31f73b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/rust/sccache/setup-sccache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ runs:
brew update --preinstall
brew install sccache
- name: Install sccache (ubuntu-latest)
if: inputs.os == 'ubuntu-latest'
- name: Install sccache (ubuntu-24.04)
if: inputs.os == 'ubuntu-24.04'
shell: bash
run: |
SCCACHE_DOWNLOAD_LINK=https://github.com/mozilla/sccache/releases/download
Expand Down

0 comments on commit 31f73b0

Please sign in to comment.