Skip to content

Commit 7d7a7d8

Browse files
authored
upgrade sccache-action to latest version (#390)
CI is broken currently, apparently because [email protected] is using an azure service that was taken offline on april 15
1 parent 28e76c0 commit 7d7a7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV
2121
echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV
2222
- name: Run sccache-cache
23-
uses: mozilla-actions/[email protected].4
23+
uses: mozilla-actions/[email protected].8
2424
- name: Install Rust
2525
run: |
2626
rustup set profile minimal

0 commit comments

Comments
 (0)