diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dcdb154..1a44c2e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,6 +19,17 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + - name: Cache + uses: actions/cache@v4 + with: + path: | + ~/.cargo/bin/ + ~/.cargo/registry/index/ + ~/.cargo/registry/cache/ + ~/.cargo/git/db/ + target/ + key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}-123 + restore-keys: ${{ runner.os }}-cargo- - name: initial submodule run: git submodule update --init