Skip to content

Commit

Permalink
ci: update pr verification workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobtez authored Sep 17, 2024
1 parent 95cf046 commit 2edcaa3
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/cmake-conan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,6 @@ jobs:
os: [ubuntu-latest]
build_type: [Release, Debug]
c_compiler: [gcc, clang]
include:
- os: ubuntu-latest
c_compiler: gcc
cpp_compiler: g++
build_type: Release
- os: ubuntu-latest
c_compiler: gcc
cpp_compiler: g++
build_type: Debug
- os: ubuntu-latest
c_compiler: clang
cpp_compiler: clang++
build_type: Release
- os: ubuntu-latest
c_compiler: clang
cpp_compiler: clang++
build_type: Debug

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -94,4 +77,4 @@ jobs:
uses: jidicula/clang-format-action@v4.11.0
with:
clang-format-version: '15'
check-path: 'test'
check-path: 'test'

0 comments on commit 2edcaa3

Please # to comment.