We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e54f7 commit 6fb9a71Copy full SHA for 6fb9a71
.github/workflows/python-app.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install system dependencies
27
run: |
28
sudo apt-get update
29
- sudo apt-get install -y libegl1-mesa xvfb
+ sudo apt-get install -y libegl1-mesa xvfb libxcb-cursor0
30
- name: Install dependencies
31
32
python -m pip install --upgrade pip
@@ -37,4 +37,4 @@ jobs:
37
pyinstaller -F Porn_Fetch.py && cd dist && chmod +x Porn_Fetch && xvfb-run ./Porn_Fetch --version
38
- name: Build CLI (Termux Test)
39
40
- pyinstaller -F Porn_Fetch_CLI.py && cd dist && chmod +x Porn_Fetch_CLI
+ pyinstaller -F Porn_Fetch_CLI.py && cd dist && chmod +x Porn_Fetch_CLI
0 commit comments