diff --git a/.github/workflows/2022.yml b/.github/workflows/2022.yml index 6338fa2..0fc90a3 100644 --- a/.github/workflows/2022.yml +++ b/.github/workflows/2022.yml @@ -30,6 +30,12 @@ jobs: override: true components: rustfmt, clippy + - name: Set up caching + uses: Swatinem/rust-cache@v2 + with: + workspaces: > + 2022 -> target + - name: Build binaries working-directory: 2022 run: >