Skip to content

Commit f42cfe5

Browse files
committed
LIBGL_ALWAYS_SOFTWARE
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
1 parent 4599fee commit f42cfe5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
cargo build --features "${{ matrix.features }}" --target ${{ matrix.platform.target }}
6666
- name: Test
6767
if: ${{ matrix.platform.test && startsWith(matrix.platform.os, 'ubuntu') }}
68+
env:
69+
LIBGL_ALWAYS_SOFTWARE: 1
6870
run: |
6971
weston --no-config --socket=wl-test-env --backend=headless &
7072
WAYLAND_DISPLAY=wl-test-env xvfb-run cargo test --features "${{ matrix.features }}" --target ${{ matrix.platform.target }} -- --nocapture

0 commit comments

Comments
 (0)