Skip to content

Commit

Permalink
Set GitHub actions to use dummy videodriver
Browse files Browse the repository at this point in the history
  • Loading branch information
lordmauve committed Nov 15, 2019
1 parent 48844df commit 52135f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

runs-on: ubuntu-latest
env:
PYFLAKES_BUILTINS: Actor,Rect,ZRect,animate,clock,exit,images,keyboard,keymods,keys,mouse,music,screen,sounds,storage,tone
SDL_VIDEODRIVER: dummy
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.7
Expand Down

0 comments on commit 52135f3

Please sign in to comment.