Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 88e9eb2

Browse files
committed
update build.yml
1 parent 9995360 commit 88e9eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
sudo apt-get update
2020
sudo apt-get install python3-pyqt5 python3-pip
2121
python3 -m pip install --upgrade pip
22-
pip3 install Pyside2 pyinstaller==3.6 pyqt5-plugins requests
22+
pip3 install Pyside2 pyinstaller pyqt5-plugins requests
2323
- name: Build
2424
run: |
2525
chmod +x build.sh

0 commit comments

Comments
 (0)