Skip to content

Commit

Permalink
Change order of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinRNDR authored Apr 27, 2020
1 parent 78c6334 commit 8051145
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate-screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: openrndr/setup-opengl@v1

- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 14
- uses: openrndr/setup-opengl@v1
- name: Test glxinfo
run: |
echo $LD_LIBRARY_PATH
Expand Down

0 comments on commit 8051145

Please sign in to comment.