Skip to content

Commit

Permalink
Update GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Paullux committed Jan 1, 2024
1 parent 3571166 commit 3014e26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
- name: Additional Setup for Ubuntu
if: startsWith(matrix.os, 'ubuntu')
run: |
pip install -r requirements-Linux.txt
sudo apt-get update
sudo apt-get install python3-pyqt5.qtsvg python3-opengl # Installer le paquet requis pour Ubuntu
sudo apt-get install python3-pyqt5.qtsvg python3-opengl libgirepository1.0-dev # Installer le paquet requis pour Ubuntu
pip install -r requirements-Linux.txt
- name: Install PyInstaller
run: pip install pyinstaller # Installation de PyInstaller
Expand Down

0 comments on commit 3014e26

Please sign in to comment.