diff --git a/.forgejo/workflows/check.yaml b/.forgejo/workflows/check.yaml index b9da295a..0fbd539c 100644 --- a/.forgejo/workflows/check.yaml +++ b/.forgejo/workflows/check.yaml @@ -35,7 +35,7 @@ jobs: ~/.cargo/registry/cache ~/.cargo/git/db ~/.rustup - key: ${{ runner.os }}-cargo-${{ steps.rust.outputs.cacheKey }} + key: ${{ runner.os }}-cargo-${{ steps.rust.outputs.cacheKey }} clippy: @@ -57,7 +57,7 @@ jobs: ~/.cargo/registry/cache ~/.cargo/git/db ~/.rustup - key: ${{ runner.os }}-cargo-${{ jobs.cache-rust.steps.rust.outputs.cacheKey }} + key: ${{ runner.os }}-cargo-${{ jobs.cache-rust.steps.rust.outputs.cacheKey }} - name: Clippy run: | @@ -105,7 +105,7 @@ jobs: ~/.cargo/registry/cache ~/.cargo/git/db ~/.rustup - key: ${{ runner.os }}-cargo-${{ jobs.cache-rust.steps.rust.outputs.cacheKey }} + key: ${{ runner.os }}-cargo-${{ jobs.cache-rust.steps.rust.outputs.cacheKey }} - name: Install cargo-binstall uses: https://github.com/taiki-e/install-action@v2