Skip to content

Commit

Permalink
Abandon zig install action
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-zorn committed Aug 12, 2024
1 parent dd64868 commit d1baa3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/actions/mike-test-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ runs:
run: |
echo $DOCKER_TOKEN | docker login --username $DOCKER_USERNAME --password-stdin
- uses: goto-bus-stop/[email protected]
with:
version: 0.12.0

- name: Run Goreleaser
uses: goreleaser/goreleaser-action@v5
with:
Expand Down
3 changes: 3 additions & 0 deletions .goreleaser.zig.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
before:
hooks:
- sudo apt-get install zig
env:
- CGO_ENABLED=1
builds:
Expand Down

0 comments on commit d1baa3c

Please sign in to comment.