Skip to content

Commit ad82ea2

Browse files
fix: install zig for all ARM64 builds
1 parent 834b775 commit ad82ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Install Zig
5757
uses: mlugg/setup-zig@v1
58-
if: ${{ contains(matrix.target, 'aarch64') && runner.os != 'macOS' }}
58+
if: ${{ contains(matrix.target, 'aarch64') }}
5959

6060
- name: Cache NPM dependencies
6161
uses: actions/cache@v4

0 commit comments

Comments
 (0)