Skip to content

Commit

Permalink
workflows vcpkg bugfix GCC14 libmysql
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jun 13, 2024
1 parent 759e433 commit 877eae7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/vcpkg-linux-drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,9 @@ jobs:
- name: vcpkg install ${{ matrix.qt.vcpkg-tinyorm }} (classic mode)
if: matrix.build-type.key == 'debug'
run: |
run: >-
# Temporary GCC14 workaround
CFLAGS="-Wno-implicit-function-declaration -Wno-int-conversion"
vcpkg install ${{ matrix.qt.vcpkg-tinyorm-features }}
# Prepare TinyORM-HelloWorld-TinyDrivers project
Expand Down

0 comments on commit 877eae7

Please sign in to comment.