Skip to content

Commit d9c86cc

Browse files
authored
Merge pull request #676 from webui-dev/fix/zig-ci
ci: remove zig master ci suport.
2 parents 11b1dfb + e14f459 commit d9c86cc

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/zig.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macos-latest, windows-latest]
11-
version: [0.14.0, '']
11+
version: [0.14.0, 0.15.1]
1212
fail-fast: false
1313
runs-on: ${{ matrix.os }}
1414
steps:

build.zig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
const std = @import("std");
2-
const builtin = @import("builtin");
3-
42
const Build = std.Build;
53
const OptimizeMode = std.builtin.OptimizeMode;
64
const Compile = Build.Step.Compile;
75
const Module = Build.Module;
6+
const builtin = @import("builtin");
87

98
const lib_name = "webui";
109
var global_log_level: std.log.Level = .warn;

0 commit comments

Comments
 (0)