Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flagarde committed Jul 18, 2024
1 parent 264aea9 commit a0661a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CMAKE_BUILD_TYPE=Debug
CMAKE_SOURCE_PREFIX=.
CMAKE_BINARY_PREFIX=build
CMAKE_INSTALL_PREFIX=install
CMAKE_SOURCE_PREFIX=./
CMAKE_BINARY_PREFIX=../build
CMAKE_INSTALL_PREFIX=../install
CMAKE_NUMBER_JOBS=4
CTEST_VERBOSITY=--verbose
2 changes: 1 addition & 1 deletion .github/workflows/Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
platform: ${{ matrix.architecture }}
variables: |
CMAKE_CXX_COMPILER=C:/Program Files/LLVM/bin/clang++.exe
CMAKE_C_COMPILER="C:/Program Files/LLVM/bin/clang.exe"
CMAKE_C_COMPILER=C:/Program Files/LLVM/bin/clang.exe
CMAKE_BUILD_TYPE=${{ env.CMAKE_BUILD_TYPE }}
- name: ⚙️ Build
Expand Down

0 comments on commit a0661a8

Please sign in to comment.