-
Notifications
You must be signed in to change notification settings - Fork 685
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6126a45
commit 6d03020
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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: | | ||
|