Skip to content

Commit

Permalink
CI: Cxx: Temporary delete Conan package build
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
agdavydov81 authored Nov 13, 2023
1 parent 42f9929 commit a5d4285
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,27 +57,6 @@ jobs:
./native/include*
retention-days: 7

build-cxx-conan:
runs-on: ${{ matrix.os }}
needs: [build-wrappers]
strategy:
fail-fast: false
matrix:
os: [ 'ubuntu-22.04', 'windows-2022', 'macos-12']
steps:
- uses: actions/checkout@v3
with:
submodules: 'recursive'
- name: Download build-wrappers artifacts
uses: actions/download-artifact@v3
with:
name: build-wrappers
- name: create
run: |
pip3 install conan
python3 conan_invoke.py profile detect
python3 conan_invoke.py create .
build-native-linux:
runs-on: ubuntu-22.04
needs: [build-wrappers]
Expand Down

0 comments on commit a5d4285

Please sign in to comment.