Skip to content

Commit c00f0c1

Browse files
author
Brean
committed
Edited the workflow
1 parent 4531d31 commit c00f0c1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ jobs:
3737
- name: Add x86_64 GNU target
3838
run: rustup target add x86_64-unknown-linux-gnu
3939

40+
# Install cargo-zigbuild
41+
- name: Install cargo-zigbuild
42+
run: cargo install cargo-zigbuild
43+
4044
- name: Install GoReleaser
4145
uses: goreleaser/goreleaser-action@v2
4246
with:

0 commit comments

Comments
 (0)