Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
matkonnerth committed Nov 20, 2024
1 parent f82a138 commit 76e4455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: ilammy/msvc-dev-cmd@v1
- name: Build nodesetLoader
run: |
cd ./nodesetLoader && cmake -DCMAKE_PROJECT_TOP_LEVEL_INCLUDES=./cmake-conan/conan_provider.cmake -DCMAKE_BUILD_TYPE=Release `
cd ./nodesetLoader && cmake "-DCMAKE_PROJECT_TOP_LEVEL_INCLUDES=./cmake-conan/conan_provider.cmake" -DCMAKE_BUILD_TYPE=Release `
-DENABLE_TESTING=ON `
-DENABLE_CONAN=ON . && `
cmake --build .
Expand Down

0 comments on commit 76e4455

Please sign in to comment.