Skip to content

Commit

Permalink
fix(ci): release job cargo install cache hit (#163)
Browse files Browse the repository at this point in the history
With the addition of a cache in the release workflow we need to handle
the case where the tool is already installed.
  • Loading branch information
mbrobbel authored Mar 13, 2024
1 parent c3ba665 commit fb7f50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
${{ runner.os }}-cargo-${{ steps.rust-toolchain.outputs.cachekey }}-release-
${{ runner.os }}-cargo-${{ steps.rust-toolchain.outputs.cachekey }}-
${{ runner.os }}-cargo-
- run: cargo install cargo-smart-release --debug --locked
- run: cargo-smart-release --debug --locked || true
- run: cargo check --all-features
- run: cargo changelog --execute substrait
- run: |
Expand Down

0 comments on commit fb7f50a

Please sign in to comment.