Skip to content

Commit

Permalink
update build.yml gitactions
Browse files Browse the repository at this point in the history
  • Loading branch information
mh4x0f committed Sep 15, 2023
1 parent f98bb30 commit 2a1137f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install
run: |
python3 -m pip install --upgrade pip
python3 -m pip install PyQt5==5.14
python3 -c "from PyQt5.QtCore import QSettings; print('done')"
make install
Expand Down

0 comments on commit 2a1137f

Please sign in to comment.