Skip to content

Commit

Permalink
Remove specifying c compiler windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jfantinhardesty committed Jun 28, 2024
1 parent facdaa0 commit 913f3b9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ jobs:
c_compiler: clang
cpp_compiler: clang++
- os: windows-latest
c_compiler: cl
cpp_compiler: cl

steps:
- uses: actions/checkout@v4
Expand All @@ -67,5 +65,3 @@ jobs:
./build_samples.bat
--no-tests
--debug
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}

0 comments on commit 913f3b9

Please sign in to comment.