Skip to content

Commit

Permalink
ci(release): install cross before semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
bbortt committed Sep 16, 2024
1 parent 6223553 commit 9a8e05e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
with:
command: install
args: cargo-bump
- name: Install cross
uses: actions-rs/cargo@v1
with:
command: install
args: cross
- name: Semantic Release
env:
CROSS_REMOTE_COPY_CACHE: 1
Expand Down

0 comments on commit 9a8e05e

Please sign in to comment.