diff --git a/.cargo/config.toml b/.cargo/config.toml index 9cb8f49..10f97e0 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -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 \ No newline at end of file diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 9fd45e0..c99397e 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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