Skip to content

Commit 932f878

Browse files
committed
remove python3-pyinstaller package from Linux CI
1 parent e8c1e5f commit 932f878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install required libs
2222
run: |
2323
sudo apt-get update
24-
sudo apt-get install -y g++ make build-essential cmake libarchive-dev python3 genisoimage python3-pip python3-pyinstaller
24+
sudo apt-get install -y g++ make build-essential cmake libarchive-dev python3 genisoimage python3-pip
2525
2626
- name: Install PyInstaller
2727
run: pip install pyinstaller

0 commit comments

Comments
 (0)