Skip to content

Commit

Permalink
attempt (number 1 of N) at fixing release.yml Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Andriamanitra authored May 20, 2024
1 parent 22599bf commit 4e7ab39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Check minimum supported Rust version (MSRV)
uses: taiki-e/install-action@cargo-hack
run: cargo hack check --rust-version --workspace --all-targets --ignore-private
- uses: taiki-e/install-action@cargo-hack
- run: cargo hack check --rust-version --workspace --all-targets --ignore-private
- name: Compile and release
uses: rust-build/rust-build.action@v1.4.3
env:
Expand Down

0 comments on commit 4e7ab39

Please sign in to comment.