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 e50bc52 commit 8d8fd72Copy full SHA for 8d8fd72
utils/webassembly/linux/install-dependencies.sh
@@ -104,5 +104,6 @@ if [ -z $(which sccache) ]; then
104
sudo mkdir /opt/sccache && cd /opt/sccache
105
wget -O - "https://github.com/mozilla/sccache/releases/download/v0.3.0/sccache-v0.3.0-$(uname -m)-unknown-linux-musl.tar.gz" | \
106
sudo tar xz --strip-components 1
107
+ sudo chmod +x /opt/sccache/sccache
108
sudo ln -sf /opt/sccache/sccache /usr/local/bin
109
fi
0 commit comments