Skip to content

Commit

Permalink
ci: use the default C compiler on Apple
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Sep 6, 2024
1 parent 84787b6 commit f6ffd60
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,20 @@ jobs:
# Setup compilers and tools
- name: Setup Cpp
if: ${{ !contains(matrix.os, 'macos') }}
uses: aminya/setup-cpp@v1
with:
compiler: ${{ matrix.compiler }}
cmake: true
ninja: true

- name: Setup Cpp
if: ${{ contains(matrix.os, 'macos') }}
uses: aminya/setup-cpp@v1
with:
cmake: true
ninja: true

- name: Setup D
uses: dlang-community/setup-dlang@v1
with:
Expand Down

0 comments on commit f6ffd60

Please sign in to comment.