Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dragon-dreamer committed Dec 30, 2023
1 parent 873dbab commit 5a3c65d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
os: ubuntu-latest
c_compiler: gcc
cpp_compiler: g++
- name: ubuntu-latest-clang
os: ubuntu-latest
c_compiler: clang
cpp_compiler: clang++
#- name: ubuntu-latest-clang
# os: ubuntu-latest
# c_compiler: clang
# cpp_compiler: clang++

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 5a3c65d

Please sign in to comment.