Skip to content

Commit

Permalink
Fix release HAL crate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeaurivage committed Jul 15, 2023
1 parent 0820f0d commit 91e8b54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
run: |
set -ex
# Install random crate to force update of the registry
cargo install lazy_static || true
# Force update of the registry
cargo update || true
cd "hal" && cargo publish --no-verify
Expand All @@ -85,7 +85,7 @@ jobs:
set -ex
# Install random crate to force update of the registry
cargo install lazy_static || true
cargo update || true
sudo apt-get install -y jq
Expand Down

0 comments on commit 91e8b54

Please sign in to comment.