Skip to content

Commit

Permalink
Merge pull request #468 from GiganticMinecraft/fix/ci-sccache-failed
Browse files Browse the repository at this point in the history
sccacheのインストールで使用するactionを変更
  • Loading branch information
loliGothicK authored May 31, 2024
2 parents 9f262ba + 0d5e309 commit 16db9f4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16db9f4

Please sign in to comment.