From 9473e94e68d5fb80afc09a7447ec1417a3049d49 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 25 Sep 2023 08:17:00 +0200 Subject: [PATCH] See why the remote index can't be opened --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf068f305..e124336e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -324,6 +324,7 @@ jobs: if: steps.cache.outputs.cache-hit != 'true' run: | cd semver + find ~/.cargo/registry/index/github.com-1ecc6299db9ec823 ../bins/cargo-semver-checks semver-checks check-release --manifest-path="../subject/core/Cargo.toml" --verbose - name: Save rustdoc