We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c1e5f commit 932f878Copy full SHA for 932f878
.github/workflows/linux.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install required libs
22
run: |
23
sudo apt-get update
24
- sudo apt-get install -y g++ make build-essential cmake libarchive-dev python3 genisoimage python3-pip python3-pyinstaller
+ sudo apt-get install -y g++ make build-essential cmake libarchive-dev python3 genisoimage python3-pip
25
26
- name: Install PyInstaller
27
run: pip install pyinstaller
0 commit comments