mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-09 03:14:53 +00:00
fix
This commit is contained in:
parent
a375ab2976
commit
dfb8a6f09c
3
.github/workflows/tests.yaml
vendored
3
.github/workflows/tests.yaml
vendored
@ -34,8 +34,7 @@ jobs:
|
||||
uses: arduino/setup-protoc@v1
|
||||
- name: Install sccache
|
||||
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
|
||||
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
|
||||
chmod +x /usr/local/bin/sccache
|
||||
- name: Configure sccache
|
||||
uses: actions/github-script@v6
|
||||
|
Loading…
Reference in New Issue
Block a user