File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 40
40
uses : docker/setup-buildx-action@v2.0.0
41
41
with :
42
42
install : true
43
+ config-inline : |
44
+ [registry."docker.io"]
45
+ mirrors = ["registry.github-runners.huggingface.tech"]
43
46
- name : Configure sccache
44
47
uses : actions/github-script@v6
45
48
with :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ WORKDIR /usr/src
4
4
ENV SCCACHE=0.5.4
5
5
ENV RUSTC_WRAPPER=/usr/local/bin/sccache
6
6
7
- # Donwload and configure sccache
7
+ # Donwload & configure sccache
8
8
RUN curl -fsSL https://github.com/mozilla/sccache/releases/download/v$SCCACHE/sccache-v$SCCACHE-x86_64-unknown-linux-musl.tar.gz | tar -xzv --strip-components=1 -C /usr/local/bin sccache-v$SCCACHE-x86_64-unknown-linux-musl/sccache && \
9
9
chmod +x /usr/local/bin/sccache
10
10
You can’t perform that action at this time.
0 commit comments