Skip to content

Commit

Permalink
Removed mysql build
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Sep 23, 2024
1 parent 1367ced commit a3ebff0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:
- name: Install sqlite3
run: sudo apt install libsqlite3-dev

# https://forum.qt.io/topic/151452/what-qt-specific-files-exactly-do-i-need-to-add-when-deploying/34
- name: Install mysql client
run: sudo apt install libmysqlclient-dev
# # https://forum.qt.io/topic/151452/what-qt-specific-files-exactly-do-i-need-to-add-when-deploying/34
# - name: Install mysql client
# run: sudo apt install libmysqlclient-dev

- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
Expand Down

0 comments on commit a3ebff0

Please sign in to comment.