Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
sabudilovskiy committed Apr 1, 2024
1 parent 3034f7b commit 00c8dfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ jobs:
-DCMAKE_C_COMPILER=$(make find-c-compiler compiler=${{matrix.compiler}} version=${{matrix.version}})
-DCMAKE_CXX_COMPILER=$(make find-cxx-compiler compiler=${{matrix.compiler}} version=${{matrix.version}})
- name: Configure cmake project(openapi)
- name: Configure cmake project(uopenapi)
run: >
cmake
-B cmake_build_openapi -G Ninja -S openapi
-B cmake_build_uopenapi -G Ninja -S uopenapi
-DCMAKE_BUILD_TYPE={{matrix.type}}
-DCMAKE_C_COMPILER=$(make find-c-compiler compiler=${{matrix.compiler}} version=${{matrix.version}})
-DCMAKE_CXX_COMPILER=$(make find-cxx-compiler compiler=${{matrix.compiler}} version=${{matrix.version}})
Expand All @@ -107,7 +107,7 @@ jobs:
- name: Cat ninja (openapi)
run: |
cat cmake_build_openapi/build.ninja
cat cmake_build_uopenapi/build.ninja
- name: Build project
run: >
Expand Down

0 comments on commit 00c8dfb

Please sign in to comment.