rust 1.79.0 released
All checks were successful
/ test (push) Successful in 8m29s

This commit is contained in:
Jacob Lifshay 2024-06-13 13:27:57 -07:00
parent 3059219fc4
commit 25aa90ec60
Signed by: programmerjake
SSH key fingerprint: SHA256:B1iRVvUJkvd7upMIiMqn6OyxvD2SgJkAH3ZnUOj6z+c

View file

@ -8,14 +8,9 @@ jobs:
with:
fetch-depth: 0
- run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain none
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.79.0
source "$HOME/.cargo/env"
echo "$PATH" >> "$GITHUB_PATH"
- run: |
# override server since 1.79.0 is not quite stable yet,
# 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: https://github.com/Swatinem/rust-cache@v2
with:
save-if: ${{ github.ref == 'refs/heads/master' }}