ci: use github as 'action-rs/toolchain' source.
Some checks failed
Gitea Actions Demo / build (push) Failing after 7s
Gitea Actions Demo / docker (push) Has been skipped

This commit is contained in:
Ivan Li 2023-05-21 16:27:41 +08:00
parent 511663fb4f
commit 8696738715

View File

@ -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