Skip to content

Commit

Permalink
Make screenshot generation work again (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamoid authored Jan 18, 2022
1 parent 3993085 commit cfaa708
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/generate-screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
# Get OPENRNDR
- name: Get OPENRNDR HEAD ref
Expand All @@ -33,15 +33,13 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: 17
- uses: openrndr/setup-opengl@v1.1
- name: Test glxinfo
run: |
echo $LD_LIBRARY_PATH
export GALLIUM_DRIVER=swr
sudo apt install -y mesa-utils xvfb
xvfb-run glxinfo
# - name: Collect screenshots
# run: xvfb-run ./gradlew collectScreenshots
- name: Collect screenshots
run: xvfb-run ./gradlew collectScreenshots
- name: Build main readme
run: xvfb-run ./gradlew buildMainReadme
- name: Prepare media branch
Expand Down

0 comments on commit cfaa708

Please sign in to comment.