Skip to content

Commit

Permalink
Use zig
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-zorn committed Aug 12, 2024
1 parent 67e70e2 commit 1ef254e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/actions/mike-test-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,11 @@ runs:
with:
version: 0.13.0

- run: sudo apt-get install gcc-aarch64-linux-gnu gcc-arm-linux-gnueabihf
shell: bash

- name: Run Goreleaser
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: build --snapshot --config .goreleaser.yaml
args: build --snapshot --config .goreleaser.zig.yaml
env:
GITHUB_TOKEN: ${{ inputs.token }}
HOMEBREW_DEPLOY_KEY: ${{ inputs.homebrew-gh-secret }}
Expand Down

0 comments on commit 1ef254e

Please sign in to comment.