Skip to content

Commit a3baf44

Browse files
committed
fix: treat multiline strings as literals
1 parent 0cd7053 commit a3baf44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
config: |
5959
paths-ignore: [vendor]
6060
- name: configure
61-
run: >
61+
run: |
6262
cmake \
6363
-B build \
6464
-DCMAKE_BUILD_TYPE=${{ matrix.build-type }} \

0 commit comments

Comments
 (0)