We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8253a10 commit 958f47fCopy full SHA for 958f47f
.github/workflows/rav1e.yml
@@ -91,7 +91,7 @@ jobs:
91
- name: Install sccache
92
env:
93
LINK: https://github.com/mozilla/sccache/releases/download
94
- SCCACHE_VERSION: 0.2.12
+ SCCACHE_VERSION: 0.2.13
95
run: |
96
SCCACHE_FILE=sccache-$SCCACHE_VERSION-x86_64-unknown-linux-musl
97
mkdir -p $HOME/.local/bin
.travis/install-sccache.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
set -ex
3
4
-SCCACHE_VERSION="0.2.10"
+SCCACHE_VERSION="0.2.13"
5
6
export RUSTC_WRAPPER=sccache
7
0 commit comments