Skip to content

Commit c2decc9

Browse files
committed
fix typo
1 parent 8815639 commit c2decc9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

features/src/sccache/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ fi
2121
# Install sccache
2222
wget --no-hsts -q -O- \
2323
"https://github.com/$SCCACHE_REPOSITORY/releases/download/v$SCCACHE_VERSION/sccache-v$SCCACHE_VERSION-$(uname -m)-unknown-linux-musl.tar.gz" \
24-
| tar -C /usr/bin -zf - --wildcards --strip-components=1 -x '*/sccache';
24+
| tar -C /usr/bin -zf - --wildcards --strip-components=1 -x '*/sccache' \
25+
&& chmod +x /usr/bin/sccache;
2526

2627
mkdir -m 0777 -p /var/log/devcontainer-utils;
2728
touch /var/log/devcontainer-utils/sccache.log;

0 commit comments

Comments
 (0)