Skip to content

Commit 6fb9a71

Browse files
Fixed workflow (again #2)
1 parent 00e54f7 commit 6fb9a71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install system dependencies
2727
run: |
2828
sudo apt-get update
29-
sudo apt-get install -y libegl1-mesa xvfb
29+
sudo apt-get install -y libegl1-mesa xvfb libxcb-cursor0
3030
- name: Install dependencies
3131
run: |
3232
python -m pip install --upgrade pip
@@ -37,4 +37,4 @@ jobs:
3737
pyinstaller -F Porn_Fetch.py && cd dist && chmod +x Porn_Fetch && xvfb-run ./Porn_Fetch --version
3838
- name: Build CLI (Termux Test)
3939
run: |
40-
pyinstaller -F Porn_Fetch_CLI.py && cd dist && chmod +x Porn_Fetch_CLI
40+
pyinstaller -F Porn_Fetch_CLI.py && cd dist && chmod +x Porn_Fetch_CLI

0 commit comments

Comments
 (0)