diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8dec1d4..65a3aa0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,6 +17,7 @@ jobs: dotnet-version: 8.0.x - name: Install Rust uses: dtolnay/rust-toolchain@nightly + - uses: Swatinem/rust-cache@v2 - name: Build run: ./package.ps1 @@ -31,4 +32,3 @@ jobs: with: name: thunderstore path: ./thunderstore -