Skip to content

Commit

Permalink
Add extra gallium settings
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinRNDR authored Apr 27, 2020
1 parent adce866 commit 78c6334
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/generate-screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78c6334

Please sign in to comment.