Skip to content

Commit

Permalink
modified the yml github actions fiile to be windows pswh friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
henrykorir committed Jan 5, 2025
1 parent 2d526be commit 7bf1642
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
- name: Configure CMake
run: |
# Run cmake in the current directory with the desired flags
cmake -DCMAKE_BUILD_TYPE=Release -DwxBUILD_SHARED=OFF \
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }} -DCMAKE_C_COMPILER=${{ matrix.c_compiler }} \
-B ${{ github.workspace }}/build -S ${{ github.workspace }}
Expand Down

0 comments on commit 7bf1642

Please sign in to comment.