switch to v4
Some checks are pending
rust-clippy analyze / Run rust-clippy analyzing (push) Waiting to run
Deploy mdBook site to Pages / build (push) Waiting to run
Deploy mdBook site to Pages / deploy (push) Blocked by required conditions
Rust / build (push) Waiting to run

This commit is contained in:
sevki 2024-05-27 13:40:26 +01:00
parent 87cd70eccc
commit 70d57c4e3d
2 changed files with 5 additions and 1 deletions

View file

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

View file

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