From babb5bed6e4aecce6a0680032707aba0a53f95b3 Mon Sep 17 00:00:00 2001 From: Yuki Sawa Date: Fri, 10 Nov 2023 13:38:26 -0800 Subject: [PATCH] clean --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ea31e32..3e6693d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -39,7 +39,7 @@ jobs: - name: Install sccache run: | echo "Runner OS is ${{ runner.os }}" - cargo install sccache + # cargo install sccache - name: Cache target dir uses: actions/cache@v3