Skip to content

Commit

Permalink
fix: treat multiline strings as literals
Browse files Browse the repository at this point in the history
  • Loading branch information
iWas-Coder committed Sep 6, 2024
1 parent 0cd7053 commit a3baf44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
config: |
paths-ignore: [vendor]
- name: configure
run: >
run: |
cmake \
-B build \
-DCMAKE_BUILD_TYPE=${{ matrix.build-type }} \
Expand Down

0 comments on commit a3baf44

Please sign in to comment.