This commit is contained in:
parent
eeede48897
commit
7a6598bf8f
8
.cargo/config.toml
Normal file
8
.cargo/config.toml
Normal file
@ -0,0 +1,8 @@
|
||||
[registry]
|
||||
default = "gitea"
|
||||
|
||||
[registries.gitea]
|
||||
index = "https://gitea.squi.fr/Rust/_cargo-index.git"
|
||||
|
||||
[net]
|
||||
git-fetch-with-cli = true
|
@ -13,7 +13,7 @@ jobs:
|
||||
steps:
|
||||
|
||||
- name: Check-out
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install stable toolchain
|
||||
uses: https://github.com/actions-rs/toolchain@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user