Skip to content

Commit

Permalink
ci: add sudo to xvfb-run
Browse files Browse the repository at this point in the history
  • Loading branch information
S1M0N38 committed Feb 10, 2024
1 parent 3a38db7 commit ba21c91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ jobs:
export VIM="${PWD}/_neovim/share/nvim/runtime"
nvim --version
love --version
xvfb-run -a -e "/usr/bin/love" "tests/game"
which love
sudo xvfb-run -a -e "/usr/bin/love" "tests/game"

0 comments on commit ba21c91

Please sign in to comment.