This commit is contained in:
OlivierDehaene 2023-03-03 11:46:32 +01:00
parent a375ab2976
commit dfb8a6f09c

View File

@ -34,8 +34,7 @@ jobs:
uses: arduino/setup-protoc@v1 uses: arduino/setup-protoc@v1
- name: Install sccache - name: Install sccache
run: | run: |
curl -fsSL https://github.com/mozilla/sccache/releases/download/v$SCCACHE/sccache-v$SCCACHE-x86_64-unknown-linux-musl.tar.gz 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
tar -xzv --strip-components=1 -C /usr/local/bin sccache-v$SCCACHE-x86_64-unknown-linux-musl/sccache
chmod +x /usr/local/bin/sccache chmod +x /usr/local/bin/sccache
- name: Configure sccache - name: Configure sccache
uses: actions/github-script@v6 uses: actions/github-script@v6