Skip to content

Commit

Permalink
maybe rocky can save the day
Browse files Browse the repository at this point in the history
  • Loading branch information
zehdari committed Sep 28, 2024
1 parent dae55c8 commit c162c93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ jobs:
dist/*.AppImage
# Additional step: Build for Red Hat-compatible (via Docker) on Ubuntu
- name: Build for Red Hat-compatible (via Docker)
- name: Build for Rocky Linux-compatible (via Docker)
if: matrix.os == 'ubuntu-latest'
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-qmake qt5-qtsvg && \
docker run --rm -v ${{ github.workspace }}:/src -w /src rockylinux:8 \
bash -c "dnf install -y epel-release && \
dnf install -y mesa-libGL-devel python3 python3-devel gcc zlib-devel qt5-qtbase-devel qt5-qtbase-gui qt5-qtsvg && \
python3 -m pip install wheel && \
python3 -m pip install --upgrade pip setuptools && \
export PATH=/usr/lib64/qt5/bin:$PATH && \
Expand Down

0 comments on commit c162c93

Please sign in to comment.