Skip to content

Commit

Permalink
Update cmake-single-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SoilRos authored Oct 1, 2024
1 parent 7f99a25 commit 503c612
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
with:
msystem: UCRT64
update: true
install: mingw-w64-cross-clang-toolchain mingw-w64-ucrt-x86_64-cmake make git mingw-w64-ucrt-x86_64-git-lfs dos2unix
install: mingw-w64-ucrt-x86_64-clang mingw-w64-ucrt-x86_64-cmake make git mingw-w64-ucrt-x86_64-git-lfs dos2unix


- name: Setup XCode
Expand All @@ -97,10 +97,10 @@ jobs:
- name: Configure CMake
run: >
cmake -B build
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-DCMAKE_CXX_STANDARD=${{ matrix.cxx_standard }}
-DCMAKE_CXX_COMPILER="${{ matrix.cpp_compiler }}"
-DCMAKE_C_COMPILER="${{ matrix.c_compiler }}"
-DCMAKE_BUILD_TYPE="${{ matrix.build_type }}"
-DCMAKE_CXX_STANDARD="${{ matrix.cxx_standard }}"
-S .
- name: Build
Expand Down

0 comments on commit 503c612

Please sign in to comment.