Skip to content

Commit

Permalink
pls build
Browse files Browse the repository at this point in the history
  • Loading branch information
zehdari committed Sep 28, 2024
1 parent e9abc3b commit 2ebe288
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ jobs:
with:
python-version: '3.x'

- name: Install dependencies for CentOS
if: matrix.os == 'centos-8'
- name: Install dependencies
run: |
sudo yum install -y gcc python3 python3-devel
python3 -m pip install pyinstaller
python -m pip install --upgrade pip
pip install pyinstaller # Install PyInstaller
- name: Build with PyInstaller
run: |
Expand Down

0 comments on commit 2ebe288

Please sign in to comment.