File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
brew list -1 | grep python | while read formula; do brew unlink $formula; brew link --overwrite $formula; done
38
38
brew install llvm yasm
39
39
- name : Run sccache-cache
40
- uses : mozilla-actions/sccache-action@v0.0.4
40
+ uses : mozilla-actions/sccache-action@v0.0.8
41
41
- name : Build
42
42
run : |
43
43
cargo build --verbose --features ${{ matrix.features }}
73
73
run : |
74
74
sudo apt install llvm -y
75
75
- name : Run sccache-cache
76
- uses : mozilla-actions/sccache-action@v0.0.4
76
+ uses : mozilla-actions/sccache-action@v0.0.8
77
77
- name : Build
78
78
run : |
79
79
cargo build --verbose --features ${{ matrix.features }}
@@ -122,7 +122,7 @@ jobs:
122
122
curl -SL "https://github.com/servo/servo-build-deps/releases/download/msvc-deps/moztools-4.0.zip" --create-dirs -o target/dependencies/moztools.zip
123
123
cd target/dependencies && unzip -qo moztools.zip -d .
124
124
- name : Run sccache-cache
125
- uses : mozilla-actions/sccache-action@v0.0.4
125
+ uses : mozilla-actions/sccache-action@v0.0.8
126
126
- name : Build Windows
127
127
shell : cmd
128
128
run : |
You can’t perform that action at this time.
0 commit comments