Skip to content

Commit

Permalink
test gl fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePotatoGuy committed Feb 18, 2024
1 parent 6126a45 commit 6d03020
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/mas_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
runs-on: ubuntu-20.04

env:
SDL_AUDIODRIVER: dummy # handles ALSA issues
MAS_RENPY_VER: 8.1.1
MAS_DIR: mas

Expand Down Expand Up @@ -93,6 +92,10 @@ jobs:
cd renpy
./renpy.sh "../$MAS_DIR/" lint | grep -E -v "^$|Could not find image \(monika [0-9][^[:space:]]+ corresponding to attributes on say statement\.|'monika [0-9][^[:space:]]+' is not an image\.|The image named 'monika [0-9][^[:space:]]+ was not declared\."
# setup open GL for distribute
- name: setup openGL
uses: openrndr/[email protected]

# distribute
- name: rpy distribute
run: |
Expand Down

0 comments on commit 6d03020

Please sign in to comment.