Skip to content

Commit

Permalink
Qmake path for redhat
Browse files Browse the repository at this point in the history
  • Loading branch information
zehdari committed Sep 28, 2024
1 parent 62d8270 commit dae55c8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,15 @@ jobs:
run: |
docker run --rm -v ${{ github.workspace }}:/src -w /src almalinux:8 \
bash -c "yum install -y epel-release && \
yum install -y mesa-libGL-devel python3 python3-devel gcc zlib-devel qt5-qtbase-devel qt5-qtbase-gui qt5-qtwebsockets qt5-qtsvg && \
yum install -y mesa-libGL-devel python3 python3-devel gcc zlib-devel qt5-qtbase-devel qt5-qtbase-gui qt5-qmake qt5-qtsvg && \
python3 -m pip install wheel && \
python3 -m pip install --upgrade pip setuptools && \
python3 -m pip install --user --no-binary :all: PyQt6 && \
export PATH=/usr/lib64/qt5/bin:$PATH && \
python3 -m pip install PyQt6==6.4.0 && \
python3 -m pip install -r requirements.txt && \
pyinstaller --onefile --windowed SortingApp.py"
# Upload the Red Hat-compatible build
- name: Upload Red Hat-compatible executable
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit dae55c8

Please sign in to comment.