Skip to content

Commit

Permalink
Update build-conan-binaries workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Sep 20, 2022
1 parent 86decc8 commit b45756a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-conan-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,17 @@ jobs:
-r "$JF_ARTIFACTORY_NAME" \
${{ secrets.JF_ARTIFACTORY_USERNAME }}
- name: Configure Conan
if: steps.cache-conan.outputs.cache-hit != 'true'
run: |
conan profile new "$HOME/profiles/default" --detect --force
conan config init
conan profile update settings.compiler.cppstd=17 default
conan remove -f "*" --builds
conan remove -f "*" --src
conan remove -f "*" --system-reqs
- name: Build Conan packages
uses: nick-fields/retry@v2
with:
Expand Down

0 comments on commit b45756a

Please sign in to comment.