Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ jobs:
fail-fast: false
matrix:
os:
# FIXME: Problem with x11 in CI (latest ubuntu). But it works on linux
#- linux-large
- linux-large
- macos-15-large
- windows-large

Expand All @@ -70,8 +69,8 @@ jobs:
with:
submodules: true

# - if: matrix.os == 'linux-large'
# run: sudo apt update && sudo apt install libx11-6
- if: matrix.os == 'linux-large'
run: sudo ln -s /usr/lib/x86_64-linux-gnu/libX11.so.6 /usr/lib/x86_64-linux-gnu/libX11.so

- name: Install Zig
uses: mlugg/setup-zig@v2
Expand Down
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.{
.name = .zbgfx,
.fingerprint = 0xc48ed871c4086e4a,
.version = "0.5.0",
.version = "0.6.0",
.minimum_zig_version = "0.15.2",
.paths = .{
"includes",
Expand Down