Skip to content

Commit

Permalink
backtick instead of \
Browse files Browse the repository at this point in the history
  • Loading branch information
matkonnerth committed Nov 18, 2024
1 parent cc43025 commit 2f62888
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,9 @@ jobs:
- uses: ilammy/msvc-dev-cmd@v1
- name: Build nodesetLoader
run: |
cd ./nodesetLoader && \
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DENABLE_TESTING=ON \
-DENABLE_CONAN=ON . && \
cd ./nodesetLoader && cmake -DCMAKE_BUILD_TYPE=Release `
-DENABLE_TESTING=ON `
-DENABLE_CONAN=ON . && `
cmake --build .
- name: Test
Expand Down

0 comments on commit 2f62888

Please sign in to comment.