From 1c314249c8dcc70eee57ad14b2af179fcbf2fe22 Mon Sep 17 00:00:00 2001 From: Lewis Casewell Date: Tue, 17 Dec 2024 23:13:58 +0000 Subject: [PATCH] install cargo-zigbuild in release workflow --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0451083..7ed2d32 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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