Skip to content

Commit f4dc2cb

Browse files
authored
Fix version and linux ci (#21)
Fix #7 and change version
1 parent 43f3f8c commit f4dc2cb

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ jobs:
5656
fail-fast: false
5757
matrix:
5858
os:
59-
# FIXME: Problem with x11 in CI (latest ubuntu). But it works on linux
60-
#- linux-large
59+
- linux-large
6160
- macos-15-large
6261
- windows-large
6362

@@ -70,8 +69,8 @@ jobs:
7069
with:
7170
submodules: true
7271

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

7675
- name: Install Zig
7776
uses: mlugg/setup-zig@v2

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.{
22
.name = .zbgfx,
33
.fingerprint = 0xc48ed871c4086e4a,
4-
.version = "0.5.0",
4+
.version = "0.6.0",
55
.minimum_zig_version = "0.15.2",
66
.paths = .{
77
"includes",

0 commit comments

Comments
 (0)