File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ jobs:
2222 with :
2323 version : ${{ matrix.version }}
2424 - name : Build static library
25- run : zig build -Dverbose
25+ run : zig build -Dverbose=debug
2626 - name : Build dynamic library
2727 if : ${{ !cancelled() }}
28- run : zig build -Ddynamic -Dverbose
28+ run : zig build -Ddynamic -Dverbose=debug
2929 - name : Build static library with TLS support
3030 if : runner.os == 'Linux'
31- run : zig build -Denable-tls -Dverbose
31+ run : zig build -Denable-tls -Dverbose=debug
3232 - name : Build dynamic library with TLS support
3333 if : runner.os == 'Linux'
34- run : zig build -Ddynamic -Denable-tls -Dverbose
34+ run : zig build -Ddynamic -Denable-tls -Dverbose=debug
3535 - name : Build examples
3636 run : zig build examples
You can’t perform that action at this time.
0 commit comments