Skip to content

Commit fb813dc

Browse files
committed
Fix linux ci
1 parent 43f3f8c commit fb813dc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ jobs:
5757
matrix:
5858
os:
5959
# FIXME: Problem with x11 in CI (latest ubuntu). But it works on linux
60-
#- linux-large
61-
- macos-15-large
62-
- windows-large
60+
- linux-large
61+
#- macos-15-large
62+
#- windows-large
6363

6464
runs-on: ${{matrix.os}}
6565
name: "Build examples"
@@ -70,8 +70,8 @@ jobs:
7070
with:
7171
submodules: true
7272

73-
# - if: matrix.os == 'linux-large'
74-
# run: sudo apt update && sudo apt install libx11-6
73+
- if: matrix.os == 'linux-large'
74+
run: sudo apt update && sudo apt install libx11-6
7575

7676
- name: Install Zig
7777
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)