Skip to content

Commit 24bfec6

Browse files
committed
chore: fix appimage generation
1 parent f6bca50 commit 24bfec6

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/build-linux.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,7 @@ jobs:
3636
run: cmake -DREDASM_FETCH_TESTS=${{ inputs.run_tests && 'ON' || 'OFF' }} -DREDASM_SHALLOW=ON -P Setup.cmake
3737

3838
- name: Configure
39-
run: cmake -B build \
40-
-DCMAKE_BUILD_TYPE=Release \
41-
-DCMAKE_INSTALL_PREFIX=/usr \
42-
${{ inputs.run_tests && format('-DREDASM_SAMPLES={0}/samples', github.workspace) || '' }}
39+
run: cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ${{ inputs.run_tests && format('-DREDASM_SAMPLES={0}/samples', github.workspace) || '' }}
4340

4441
- name: Build
4542
run: cmake --build build --parallel

0 commit comments

Comments
 (0)