Skip to content

Commit 958f47f

Browse files
vibhoothibarrbrain
authored andcommitted
Bump sccache to 0.2.13
This commit bumps sccache to 0.2.13 for both GitHub Actions and Travis CI
1 parent 8253a10 commit 958f47f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rav1e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Install sccache
9292
env:
9393
LINK: https://github.com/mozilla/sccache/releases/download
94-
SCCACHE_VERSION: 0.2.12
94+
SCCACHE_VERSION: 0.2.13
9595
run: |
9696
SCCACHE_FILE=sccache-$SCCACHE_VERSION-x86_64-unknown-linux-musl
9797
mkdir -p $HOME/.local/bin

.travis/install-sccache.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -ex
33

4-
SCCACHE_VERSION="0.2.10"
4+
SCCACHE_VERSION="0.2.13"
55

66
export RUSTC_WRAPPER=sccache
77

0 commit comments

Comments
 (0)