ci: use github as 'action-rs/toolchain' source.
This commit is contained in:
parent
511663fb4f
commit
8696738715
@ -10,7 +10,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install Rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
uses: https://github.com/actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
override: true
|
||||
|
Loading…
Reference in New Issue
Block a user