forked from libre-chip/fayalite
fix indentation
This commit is contained in:
parent
6f57505191
commit
1a55c21af4
|
@ -8,14 +8,14 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- run: |
|
- 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 none
|
||||||
source "$HOME/.cargo/env"
|
source "$HOME/.cargo/env"
|
||||||
echo "$PATH" >> "$GITHUB_PATH"
|
echo "$PATH" >> "$GITHUB_PATH"
|
||||||
- run: |
|
- run: |
|
||||||
# override server since 1.79.0 is not quite stable yet,
|
# override server since 1.79.0 is not quite stable yet,
|
||||||
# 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: Swatinem/rust-cache@v2
|
||||||
with:
|
with:
|
||||||
save-if: ${{ github.ref == 'refs/heads/master' }}
|
save-if: ${{ github.ref == 'refs/heads/master' }}
|
||||||
|
|
Loading…
Reference in a new issue