Skip to content

Commit

Permalink
add qmake step
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeldelucena committed Aug 5, 2024
1 parent 553ec5a commit 41400fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
install-deps: true
setup-python: true

- name: Install qmake
run: apt-get install qt5-qmake

- name: Display Python version
run: python -c "import sys; print(sys.version)"

Expand Down

0 comments on commit 41400fc

Please sign in to comment.