File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
.github/workflows/containers/github-action-ci Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ RUN apt-get update && \
73
73
# caching), so we manually install it here.
74
74
# TODO(boomanaiden154): We should return to installing this from the apt
75
75
# repository once a version containing the necessary bug fixes is available.
76
- RUN curl -L ' https://github.com/mozilla/sccache/releases/download/v0.10.0/sccache-v0.10.0-$(arch)-unknown-linux-musl.tar.gz' > /tmp/sccache.tar.gz && \
76
+ RUN curl -L " https://github.com/mozilla/sccache/releases/download/v0.10.0/sccache-v0.10.0-$(arch)-unknown-linux-musl.tar.gz" > /tmp/sccache.tar.gz && \
77
77
echo "1fbb35e135660d04a2d5e42b59c7874d39b3deb17de56330b25b713ec59f849b /tmp/sccache.tar.gz" | sha256sum -c && \
78
78
tar xzf /tmp/sccache.tar.gz -O --wildcards '*/sccache' > '/usr/local/bin/sccache' && \
79
79
rm /tmp/sccache.tar.gz && \
You can’t perform that action at this time.
0 commit comments