Skip to content

Commit

Permalink
Use rustup beta, see rust-lang/rustup#2759
Browse files Browse the repository at this point in the history
  • Loading branch information
hkratz authored and Licenser committed May 13, 2021
1 parent 9edde1e commit b2c2d6f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- name: Update rustup
if: ${{ matrix.os == 'windows-latest' }}
run: rustup self update
env:
RUSTUP_UPDATE_ROOT: https://dev-static.rust-lang.org/rustup
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- name: Update rustup
if: ${{ matrix.os == 'windows-latest' }}
run: rustup self update
env:
RUSTUP_UPDATE_ROOT: https://dev-static.rust-lang.org/rustup
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down

0 comments on commit b2c2d6f

Please sign in to comment.