switch to v4
This commit is contained in:
parent
87cd70eccc
commit
70d57c4e3d
2 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
default = "oksoftware"
|
||||
|
||||
[registries.oksoftware]
|
||||
index = "https://v4.ok.software/ok/_cargo-index.git" # Git
|
||||
index = "https://ok.software/ok/_cargo-index.git" # Git
|
||||
|
||||
[net]
|
||||
git-fetch-with-cli = true
|
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -15,6 +15,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Modify hosts file
|
||||
run: |
|
||||
sudo echo "v4.ok.software ok.software" >> /etc/hosts
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
|
|
Loading…
Reference in a new issue