diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 81d98cf..e55b53e 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -16,7 +16,7 @@ jobs: # it should be in a few days -- on 2024-06-13 RUSTUP_DIST_SERVER=https://dev-static.rust-lang.org rustup install 1.79.0 rustup default 1.79.0 - - uses: Swatinem/rust-cache@v2 + - uses: https://github.com/Swatinem/rust-cache@v2 with: save-if: ${{ github.ref == 'refs/heads/master' }} - run: cargo test \ No newline at end of file