summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2021-06-11 17:10:37 +0200
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2021-06-12 00:18:26 +0200
commit1a765f6ec113eebd4e02fec14ec4147d77b09745 (patch)
treeeb6d6121510b60a3fbac4f154bacb40edadf9215 /.github/workflows/build.yml
parenta18f7b00320aaed3f54bd3a0b999eec7eb90b83e (diff)
CI: Remove unused QT_PATH env var from command line
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index eabe70768e..f4f0061e12 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -260,11 +260,10 @@ jobs:
- name: "Configure"
run: >-
- cmake
+ cmake ${{ matrix.cmake_args }} ${{ env.CMAKE_ARGS_EXTRA }}
-DCMAKE_BUILD_TYPE=RelWithDebInfo
-DCMAKE_PREFIX_PATH="${{ env.CMAKE_PREFIX_PATH }}"
-DDEBUG_ASSERTIONS_FATAL=OFF
- -DQt5_DIR=${{ env.QT_PATH }} ${{ matrix.cmake_args }} ${{ env.CMAKE_ARGS_EXTRA }}
-DBATTERY=ON
-DBROADCAST=ON
-DDOWNLOAD_MANUAL=ON