We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 834b775 commit ad82ea2Copy full SHA for ad82ea2
.github/workflows/CI.yml
@@ -55,7 +55,7 @@ jobs:
55
56
- name: Install Zig
57
uses: mlugg/setup-zig@v1
58
- if: ${{ contains(matrix.target, 'aarch64') && runner.os != 'macOS' }}
+ if: ${{ contains(matrix.target, 'aarch64') }}
59
60
- name: Cache NPM dependencies
61
uses: actions/cache@v4
0 commit comments