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 59567a0 commit 2e7c24dCopy full SHA for 2e7c24d
.github/workflows/test.yml
@@ -17,12 +17,11 @@ jobs:
17
os: [ubuntu-latest, macos-latest, windows-latest]
18
options: ['', '-Dlog -Dchance -Dcalc', '-Dshowdown', '-Dshowdown -Dlog -Dchance -Dcalc']
19
zig: [local, master] # local = 0.11.0
20
+ exclude:
21
+ - os: windows-latest
22
+ zig: local
23
runs-on: ${{matrix.os}}
24
steps:
- - run: exit 0
- if: ${{ github.event_name == 'workflow_call' && matrix.zig != 'local' }} # master
25
- if: ${{ matrix.os == 'windows-latest' && matrix.zig == 'local' }}
26
- uses: actions/checkout@v4
27
- run: git config core.symlinks true
28
# NOTE: we rely on npm postinstall-ed zig for local zig
0 commit comments