Skip to content

Commit

Permalink
rm unneeded statement
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Mar 7, 2024
1 parent 93ba0d7 commit 3add5b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci-conda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ ARG REAL_ARCH
ARG GH_CLI_VER=notset
ARG CPU_ARCH
RUN <<EOF
set -e
curl -o /tmp/sccache.tar.gz \
-L "https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-"${REAL_ARCH}"-unknown-linux-musl.tar.gz"
tar -C /tmp -xvf /tmp/sccache.tar.gz
Expand Down

0 comments on commit 3add5b5

Please sign in to comment.