We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fc880a commit a931b71Copy full SHA for a931b71
1 file changed
.github/workflows/build.yml
@@ -15,6 +15,7 @@ jobs:
15
target: x86_64-linux
16
- os: windows-latest
17
target: x86_64-windows
18
+ extra_flags: "-Duse-lld=false"
19
- os: macos-latest
20
target: x86_64-macos
21
@@ -30,7 +31,7 @@ jobs:
30
31
32
- name: Build
33
run: |
- zig build -Doptimize=ReleaseFast -Dtarget=${{ matrix.target }}
34
+ zig build -Doptimize=ReleaseFast -Dtarget=${{ matrix.target }} ${{ matrix.extra_flags || '' }}
35
36
- name: Upload artifact
37
uses: actions/upload-artifact@v4
0 commit comments