We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d597907 commit f8b41b4Copy full SHA for f8b41b4
.github/workflows/ci.yml
@@ -6,10 +6,17 @@ on:
6
pull_request:
7
branches: [ master ]
8
9
+env:
10
+ # Force software rendering on CI, because
11
+ # we were getting a CI error on Ubuntu 24.04 as follows:
12
+ # MESA: error: ZINK: vkCreateInstance failed (VK_ERROR_INCOMPATIBLE_DRIVER))
13
+ # For more information, see https://github.com/lgi-devs/lgi/pull/332
14
+ LIBGL_ALWAYS_SOFTWARE: 1
15
+
16
jobs:
17
build_puc:
18
name: Test on PUC-Rio Lua
- runs-on: ubuntu-22.04
19
+ runs-on: ubuntu-latest
20
21
strategy:
22
matrix:
@@ -57,7 +64,7 @@ jobs:
57
64
58
65
build_luajit:
59
66
name: Test on LuaJIT
60
67
61
68
62
69
steps:
63
70
- name: Set environment variable to hold LuaJIT checkout directory
0 commit comments