Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
silverclaw authored Jun 12, 2024
1 parent b09b5be commit a9a2af1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- os: macos-latest
c_compiler: clang
cpp_compiler: clang++
options: -DCL_TARGET_OPENCL_VERSION=120
cmake_options: -DCL_TARGET_OPENCL_VERSION=120
exclude:
- os: windows-latest
c_compiler: gcc
Expand Down Expand Up @@ -67,6 +67,8 @@ jobs:
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
${{ matrix.cmake_options }}
-DCMAKE_CXX_FLAGS=${{ matrix.cpp_flags }}
-S ${{ github.workspace }}
- name: Build
Expand Down

0 comments on commit a9a2af1

Please sign in to comment.