Update config file
This commit is contained in:
@@ -55,7 +55,7 @@ jobs:
|
||||
args: --all-features --workspace --allow-dirty
|
||||
|
||||
- name: Add registry to cargo config
|
||||
run: echo -e '[registries.gitea]\nindex = "sparse+https://git.noahknegt.com/api/packages/${{ github.repository_owner }}/cargo/"\n' > ~/.cargo/config
|
||||
run: echo -e '[registries.gitea]\nindex = "sparse+https://git.noahknegt.com/api/packages/${{ github.repository_owner }}/cargo/"\n' > ~/.cargo/config.toml
|
||||
|
||||
- name: Login to cargo registry
|
||||
uses: actions-rs/cargo@v1
|
||||
|
Reference in New Issue
Block a user