Fix Github Actions for recent system changes
This commit is contained in:
parent
af3d2e0a3c
commit
12283c7aca
1 changed files with 1 additions and 0 deletions
|
|
@ -108,6 +108,7 @@ jobs:
|
|||
- name: Install Rust (rustup)
|
||||
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
|
||||
if: matrix.os != 'macos-latest'
|
||||
shell: bash
|
||||
- name: Install Rust (macos)
|
||||
run: |
|
||||
curl https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue