Skip to content

Commit

Permalink
Merge branch 'main' into upgrade_actions
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Oct 18, 2023
2 parents e60fcee + 5475b0f commit 3c32a89
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,11 @@ jobs:
- name: build and cache
run: |
cd semver
sccache --zero-stats
cargo build
sccache --show-stats
mkdir ../bins
mv target/debug/cargo-semver-checks ../bins/cargo-semver-checks
Expand Down Expand Up @@ -273,7 +277,11 @@ jobs:
- name: build and cache
run: |
cd semver
sccache --zero-stats
cargo build
sccache --show-stats
mkdir ..\bins
mv target\debug\cargo-semver-checks.exe ..\bins\cargo-semver-checks.exe
Expand Down Expand Up @@ -1472,6 +1480,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 3c32a89

Please sign in to comment.