Skip to content

Commit

Permalink
attempt (number 2 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 4e7ab39 commit 36e6da5
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 @@ -14,9 +14,9 @@ jobs:
target: [x86_64-pc-windows-gnu, x86_64-unknown-linux-musl]
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
- name: Check minimum supported Rust version (MSRV)
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 36e6da5

Please sign in to comment.