We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11b1dfb + e14f459 commit d9c86ccCopy full SHA for d9c86cc
2 files changed
.github/workflows/zig.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
os: [ubuntu-latest, macos-latest, windows-latest]
11
- version: [0.14.0, '']
+ version: [0.14.0, 0.15.1]
12
fail-fast: false
13
runs-on: ${{ matrix.os }}
14
steps:
build.zig
@@ -1,10 +1,9 @@
1
const std = @import("std");
2
-const builtin = @import("builtin");
3
-
4
const Build = std.Build;
5
const OptimizeMode = std.builtin.OptimizeMode;
6
const Compile = Build.Step.Compile;
7
const Module = Build.Module;
+const builtin = @import("builtin");
const lib_name = "webui";
var global_log_level: std.log.Level = .warn;
0 commit comments