Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugobros3 authored Oct 21, 2023
1 parent 3eed00f commit 68ef527
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- os: ubuntu-latest
c_compiler: clang
cpp_compiler: clang++
exclude:
- os: ubuntu-latest
c_compiler: cl

Expand All @@ -63,8 +64,8 @@ jobs:
mkdir SPIRV-Headers/install
cmake --install SPIRV-Headers/build --prefix SPIRV-Headers/install
#- name: Install Clang
# uses: egor-tensin/setup-clang@v1.4
- name: Install Clang
uses: egor-tensin/setup-clang@v1.4

- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit 68ef527

Please sign in to comment.