Skip to content

Commit

Permalink
ci: remove clang runner
Browse files Browse the repository at this point in the history
  • Loading branch information
craftablescience authored Dec 3, 2023
1 parent 520a67c commit 8cb50e9
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
build_type: [Debug, Release]
compiler: [gcc, clang]
compiler: [gcc]
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
Expand All @@ -30,12 +30,6 @@ jobs:
version: latest
platform: x64

- name: Install Clang
if: ${{matrix.compiler == 'clang'}}
uses: KyleMayes/install-llvm-action@v1.9.0
with:
version: '17'

- name: Configure CMake
run: cmake -G "Unix Makefiles" -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DSTUDIOMODELPP_BUILD_TESTS=ON

Expand Down

0 comments on commit 8cb50e9

Please sign in to comment.