Skip to content

Commit

Permalink
Enforce zig 0.13.0 as newer version breaks the build
Browse files Browse the repository at this point in the history
  • Loading branch information
0xA001113 committed Oct 25, 2024
1 parent c28bdde commit dd4cb32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
- name: Install zig on Linux
if: runner.os == 'Linux'
uses: goto-bus-stop/setup-zig@v2 # needed for cargo-zigbuild
with:
version: 0.13.0

- name: Install protoc on Linux
if: runner.os == 'Linux'
Expand Down Expand Up @@ -382,4 +384,4 @@ jobs:
upload_url: ${{ github.event.release.upload_url }}
asset_path: "./${{ env.archive }}"
asset_name: "${{ env.asset_name }}"
asset_content_type: application/zip
asset_content_type: application/zip

0 comments on commit dd4cb32

Please sign in to comment.