Skip to content

Commit 2a6edf3

Browse files
jschwesagudev
authored andcommitted
Bump the sccache action from 0.0.3 to 0.0.4
1 parent bcf2e6e commit 2a6edf3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
brew list -1 | grep python | while read formula; do brew unlink $formula; brew link --overwrite $formula; done
4242
brew install llvm yasm
4343
- name: Run sccache-cache
44-
uses: mozilla-actions/[email protected].3
44+
uses: mozilla-actions/[email protected].4
4545
- name: Build
4646
run: |
4747
cargo build --verbose --features ${{ matrix.features }}
@@ -70,7 +70,7 @@ jobs:
7070
run: |
7171
sudo apt install llvm -y
7272
- name: Run sccache-cache
73-
uses: mozilla-actions/[email protected].3
73+
uses: mozilla-actions/[email protected].4
7474
- name: Build
7575
run: |
7676
cargo build --verbose --features ${{ matrix.features }}
@@ -112,7 +112,7 @@ jobs:
112112
curl -SL "https://github.com/servo/servo-build-deps/releases/download/msvc-deps/moztools-4.0.zip" --create-dirs -o target/dependencies/moztools.zip
113113
cd target/dependencies && unzip -qo moztools.zip -d .
114114
- name: Run sccache-cache
115-
uses: mozilla-actions/[email protected].3
115+
uses: mozilla-actions/[email protected].4
116116
- name: Build Windows
117117
shell: cmd
118118
run: |

0 commit comments

Comments
 (0)