forked from libre-chip/fayalite
use full action url
This commit is contained in:
parent
1a55c21af4
commit
3059219fc4
|
@ -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
|
Loading…
Reference in a new issue