Skip to content

Commit

Permalink
Build with Qt support in the ubuntu-20.04 CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-webb committed Aug 8, 2023
1 parent 43cd955 commit da8e207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/log4cxx-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
sudo apt-get install -y libapr1-dev libaprutil1-dev
if [ ${{ matrix.fmt }} == ON ]; then sudo apt-get install -y libfmt-dev; fi
if [ ${{ matrix.odbc }} == ON ]; then sudo apt-get install -y unixodbc-dev; fi
if [ ${{ matrix.qt }} == ON ]; then sudo apt-get install -y qt5base-dev; fi
if [ ${{ matrix.qt }} == ON ]; then sudo apt-get install -y qtbase5-dev; fi
- name: 'run cmake - posix'
run: |
Expand Down

0 comments on commit da8e207

Please sign in to comment.