File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 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"
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 ln -s /usr/lib/aarch64-linux-gnu/libX11.so.6 /usr/lib/aarch64-linux-gnu/libX11.so
75+ # run: sudo apt update && sudo apt install libx11-6
7576
7677 - name : Install Zig
7778 uses : mlugg/setup-zig@v2
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments