Skip to content

Commit

Permalink
Merge branch 'fix-zig-action-arm'
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Jan 27, 2025
2 parents de7eab1 + 822e6ef commit dd5469d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/daemon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,15 @@ jobs:
vs-version: 16

- name: Install latest zig
# NOTE: This action doesn't support ARM64 for the time being (2025-01-27)
if: ${{ matrix.config.arch == 'x64' }}
uses: mlugg/setup-zig@v1

- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.21.3

- name: Build Windows modules
if: steps.cache-windows-modules.outputs.cache-hit != 'true'
shell: bash
Expand Down

0 comments on commit dd5469d

Please sign in to comment.