Skip to content

Commit

Permalink
install cargo-zigbuild in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lewiscasewell committed Dec 17, 2024
1 parent a897f2d commit 1c31424
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 @@ -23,9 +23,9 @@ jobs:
- name: Set Up Rust
uses: dtolnay/rust-toolchain@stable

- name: Clean Up Untracked Files
- name: Install cargo-zigbuild
run: |
git clean -fdx
cargo install --locked cargo-zigbuild
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
Expand Down

0 comments on commit 1c31424

Please sign in to comment.