Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update conan to 1.53 #40

Merged
merged 4 commits into from
Oct 25, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build missing pacakges
  • Loading branch information
atimin committed Oct 25, 2022
commit d480267a9deaefaf94fbe1ced7147cd73b5d07fe
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,15 @@ jobs:
CONAN_SOURCE_DIR: ${{ github.workspace }}
run: |
cd conan
conan create . drift/stable
conan create . drift/stable --build=missing

- name: Build package for develop channel
if: github.ref_type == 'branch'
env:
CONAN_SOURCE_DIR: ${{ github.workspace }}
run: |
cd conan
conan create . drift/develop
conan create . drift/develop --build=missing

- name: Upload package
if: ${{ (github.ref == 'refs/heads/develop') || (startsWith(github.event.ref, 'refs/tags/v')) }}
Expand Down