From 0d5e309076f0dcfb755977deefbdca78dabf0a82 Mon Sep 17 00:00:00 2001 From: rito528 <39003544+rito528@users.noreply.github.com> Date: Thu, 23 May 2024 17:45:39 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20sccache=E3=81=AEinstall=E3=81=A7?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E3=81=99=E3=82=8Baction=E3=82=92=E5=A4=89?= =?UTF-8?q?=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 67224e79..7e8a4d57 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -64,11 +64,10 @@ jobs: sccache-${{ env.SCCACHE_VERSION }}- - if: ${{ steps.restore-sccache.outputs.cache-hit == false }} - name: Install sccache - uses: dtolnay/rust-toolchain@stable + name: install sccache + uses: taiki-e/install-action@v2 with: - command: install - args: --version=${{ env.SCCACHE_VERSION }} --force sccache + tool: sccache - name: Install Deps run: sudo apt install -y musl-tools build-essential