Skip to content

Commit 485b463

Browse files
committed
fix workflow
1 parent 20c446c commit 485b463

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/linux-build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,17 @@ jobs:
4646
- name: Install Qt
4747
uses: jurplel/install-qt-action@v4
4848
with:
49+
arch: linux_gcc_64
4950
version: '6.8.*'
5051
modules: qt5compat
5152

5253
- name: Dependencies
5354
run: sudo apt-get update && sudo apt-get install -yq pkg-config libasound2-dev
5455

5556
- name: Configure CMake
56-
run: cmake -B ${{github.workspace}}/build
57-
-DBUILD_DOCS=OFF
58-
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
57+
run: cmake -B ${{github.workspace}}/build \
58+
-DBUILD_DOCS=OFF \
59+
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} \
5960
-DCMAKE_PREFIX_PATH="${{env.DRUMSTICK_LOCATION}};${{env.UCHARDET_LOCATION}}"
6061

6162
- name: Build

0 commit comments

Comments
 (0)