Skip to content

Commit

Permalink
Use Qt5.12 for testing on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
martinburchell committed Jul 21, 2023
1 parent d779d34 commit f7af653
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/cpp_tests.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -euxo pipefail
export CAMCOPS_QT6_BASE_DIR=${RUNNER_WORKSPACE}
cd ${CAMCOPS_QT6_BASE_DIR}
export CAMCOPS_QT5_BASE_DIR=${RUNNER_WORKSPACE}
cd ${CAMCOPS_QT5_BASE_DIR}
mkdir -p eigen
cd eigen
EIGEN_VERSION=3.3.3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cpp-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: 6.5.1
version: 5.12.12
arch: gcc_64
modules: qtmultimedia
- name: Ubuntu prerequisites
Expand Down

0 comments on commit f7af653

Please sign in to comment.