Skip to content

Commit

Permalink
Update ci-conan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin authored Nov 12, 2024
1 parent b80dfa0 commit 1c5ed13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-conan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
matrix:
include:
- os: ubuntu-22.04
conanflags: ''
conanflags: '-tf conan/test_package/'
- os: macos-latest
conanflags: '-o with_grpc=False -o with_otlp=False -o with_postgresql_extra=False'
conanflags: '-o with_grpc=False -o with_otlp=False'

steps:
- name: Checkout
Expand Down Expand Up @@ -50,4 +50,4 @@ jobs:
- name: Run conan
run: |
conan create . --build=missing -s:a compiler.cppstd=17 -pr:b=default ${{matrix.conanflags}} -tf conan/test_package/
conan create . --build=missing -s:a compiler.cppstd=17 -pr:b=default ${{matrix.conanflags}}

0 comments on commit 1c5ed13

Please sign in to comment.