Skip to content

Commit 8d8fd72

Browse files
ci: chmod +x sccache for the new sccache package
1 parent e50bc52 commit 8d8fd72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/webassembly/linux/install-dependencies.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,6 @@ if [ -z $(which sccache) ]; then
104104
sudo mkdir /opt/sccache && cd /opt/sccache
105105
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
107+
sudo chmod +x /opt/sccache/sccache
107108
sudo ln -sf /opt/sccache/sccache /usr/local/bin
108109
fi

0 commit comments

Comments
 (0)