diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index da04fe7..f52d82d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,8 +15,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: Swatinem/rust-cache@v2 - with: - cache-provider: buildjet - name: Build run: cargo build --release - name: Pack