Skip to content

Commit e50bc52

Browse files
ci: install the latest sccache v0.3.0 to try fix timeout on amznlnx2
1 parent 6d02d07 commit e50bc52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/webassembly/linux/install-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ cmake --version
102102

103103
if [ -z $(which sccache) ]; then
104104
sudo mkdir /opt/sccache && cd /opt/sccache
105-
wget -O - "https://github.com/mozilla/sccache/releases/download/0.2.14/sccache-0.2.14-$(uname -m)-unknown-linux-musl.tar.gz" | \
105+
wget -O - "https://github.com/mozilla/sccache/releases/download/v0.3.0/sccache-v0.3.0-$(uname -m)-unknown-linux-musl.tar.gz" | \
106106
sudo tar xz --strip-components 1
107107
sudo ln -sf /opt/sccache/sccache /usr/local/bin
108108
fi

0 commit comments

Comments
 (0)