Add extra gallium settings
This commit is contained in:
5
.github/workflows/generate-screenshots.yml
vendored
5
.github/workflows/generate-screenshots.yml
vendored
@@ -14,7 +14,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
java-version: 14
|
java-version: 14
|
||||||
- name: Test glxinfo
|
- name: Test glxinfo
|
||||||
run: xvfb-run glxinfo
|
run: |
|
||||||
|
echo $LD_LIBRARY_PATH
|
||||||
|
export GALLIUM_DRIVER=swr
|
||||||
|
xvfb-run glxinfo
|
||||||
- name: Collect screenshots
|
- name: Collect screenshots
|
||||||
run: ./gradlew collectScreenshots
|
run: ./gradlew collectScreenshots
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v4.1.5
|
- uses: stefanzweifel/git-auto-commit-action@v4.1.5
|
||||||
|
|||||||
Reference in New Issue
Block a user