Add extra gallium settings

This commit is contained in:
Edwin Jakobs
2020-04-27 11:50:35 +02:00
committed by GitHub
parent adce866a0f
commit 78c6334514

View File

@@ -14,7 +14,10 @@ jobs:
with:
java-version: 14
- name: Test glxinfo
run: xvfb-run glxinfo
run: |
echo $LD_LIBRARY_PATH
export GALLIUM_DRIVER=swr
xvfb-run glxinfo
- name: Collect screenshots
run: ./gradlew collectScreenshots
- uses: stefanzweifel/git-auto-commit-action@v4.1.5