Skip to content

Commit add112c

Browse files
committed
remove indentation
1 parent 0cfcc7a commit add112c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/linux-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
run: sudo apt-get update && sudo apt-get install -yq pkg-config libasound2-dev
5555

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

6262
- name: Build

0 commit comments

Comments
 (0)