Skip to content

Commit

Permalink
Create git index directory in Windows CI run as a workaround. (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Oct 18, 2023
1 parent ae8a4a3 commit 5475b0f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1426,6 +1426,11 @@ jobs:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: ${{ matrix.protocol }}
run: |
cd semver
# HACK: temporary workaround to unblock CI while I figure out a better fix for
# https://github.com/EmbarkStudios/tame-index/issues/38
md C:\Users\runneradmin\.cargo\registry\index\github.com-1ecc6299db9ec823
..\bins\cargo-semver-checks.exe semver-checks check-release --manifest-path="..\subject\Cargo.toml" 2>&1 | tee output
- name: Check whether it failed
Expand Down

0 comments on commit 5475b0f

Please sign in to comment.