use full action url

This commit is contained in:
Jacob Lifshay 2024-06-11 22:20:22 -07:00
parent 1a55c21af4
commit 3059219fc4
Signed by: programmerjake
SSH key fingerprint: SHA256:B1iRVvUJkvd7upMIiMqn6OyxvD2SgJkAH3ZnUOj6z+c

View file

@ -16,7 +16,7 @@ jobs:
# it should be in a few days -- on 2024-06-13 # 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_DIST_SERVER=https://dev-static.rust-lang.org rustup install 1.79.0
rustup default 1.79.0 rustup default 1.79.0
- uses: Swatinem/rust-cache@v2 - uses: https://github.com/Swatinem/rust-cache@v2
with: with:
save-if: ${{ github.ref == 'refs/heads/master' }} save-if: ${{ github.ref == 'refs/heads/master' }}
- run: cargo test - run: cargo test