Skip to content

Commit 3e8e9d3

Browse files
authored
ci: upgrade mozilla/sccache-action to v0.0.8 (#571)
Fixes #570. Signed-off-by: Mukilan Thiyagarajan <[email protected]>
1 parent 39db843 commit 3e8e9d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
brew list -1 | grep python | while read formula; do brew unlink $formula; brew link --overwrite $formula; done
3838
brew install llvm yasm
3939
- name: Run sccache-cache
40-
uses: mozilla-actions/[email protected].4
40+
uses: mozilla-actions/[email protected].8
4141
- name: Build
4242
run: |
4343
cargo build --verbose --features ${{ matrix.features }}
@@ -73,7 +73,7 @@ jobs:
7373
run: |
7474
sudo apt install llvm -y
7575
- name: Run sccache-cache
76-
uses: mozilla-actions/[email protected].4
76+
uses: mozilla-actions/[email protected].8
7777
- name: Build
7878
run: |
7979
cargo build --verbose --features ${{ matrix.features }}
@@ -122,7 +122,7 @@ jobs:
122122
curl -SL "https://github.com/servo/servo-build-deps/releases/download/msvc-deps/moztools-4.0.zip" --create-dirs -o target/dependencies/moztools.zip
123123
cd target/dependencies && unzip -qo moztools.zip -d .
124124
- name: Run sccache-cache
125-
uses: mozilla-actions/[email protected].4
125+
uses: mozilla-actions/[email protected].8
126126
- name: Build Windows
127127
shell: cmd
128128
run: |

0 commit comments

Comments
 (0)