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 039486f commit fdda6b7Copy full SHA for fdda6b7
.github/workflows/test.yml
@@ -107,9 +107,11 @@ jobs:
107
pkg install -y wget
108
109
run: |
110
+ # switch to pkg
111
wget https://ziglang.org/builds/zig-x86_64-freebsd-0.15.0-dev.777+6810ffa42.tar.xz
112
tar -xf zig-x86_64-freebsd-0.15.0-dev.777+6810ffa42.tar.xz
113
zig-x86_64-freebsd-0.15.0-dev.777+6810ffa42/zig build test --summary all
114
+ zig-x86_64-freebsd-0.15.0-dev.777+6810ffa42/zig build -Demit-example -Demit-bench --summary all
115
116
test-x86_64-windows:
117
strategy:
0 commit comments