Added cargo config
All checks were successful
Rust-build / build (push) Successful in 1m16s

This commit is contained in:
Justine Pelletreau 2023-07-17 12:42:51 +02:00
parent eeede48897
commit 7a6598bf8f
2 changed files with 9 additions and 1 deletions

8
.cargo/config.toml Normal file
View 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

View File

@ -13,7 +13,7 @@ jobs:
steps: steps:
- name: Check-out - name: Check-out
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: Install stable toolchain - name: Install stable toolchain
uses: https://github.com/actions-rs/toolchain@v1 uses: https://github.com/actions-rs/toolchain@v1