Skip to content

Commit

Permalink
Work on CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
emericg committed Dec 16, 2023
1 parent d49898f commit b7fab99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds_desktop_qmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Setup env
run: |
qmake --version
sudo rm /home/runner/work/toolBLEx/Qt/6.6.1/gcc_64/lib/qt/plugins/sqldrivers/libqsqlmimer.so
sudo rm /home/runner/work/${{env.APP_NAME}}/Qt/${{env.QT_VERSION}}/gcc_64/plugins/sqldrivers/libqsqlmimer.so
# Build application
- name: Build application
Expand Down

0 comments on commit b7fab99

Please sign in to comment.