Skip to content

Commit

Permalink
Fix minimum version of clang in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoGrieco committed Jan 30, 2023
1 parent 6c943a7 commit a9531b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ jobs:
if: ${{ steps.cache-restore-conda-deps.outputs.cache-hit != 'true' || steps.cache-restore-source-deps.outputs.cache-hit != 'true' }}
shell: bash -l {0}
run: |
# Attempt of fix for using YARP idl generators (that link ACE) in Windows
# See https://github.com/robotology/idyntree/issues/569
export PATH=$PATH:${GITHUB_WORKSPACE}/install/bin:${VCPKG_INSTALLATION_ROOT}/install/x64-windows/bin:${VCPKG_INSTALLATION_ROOT}/installed/x64-windows/debug/bin
# bipedal-locomotion-framework
cd ${GITHUB_WORKSPACE}
git clone https://github.com/ami-iit/bipedal-locomotion-framework blf
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conda-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: test
dependencies:
- cmake
- compilers
- clangxx>=14.0.0
- make
- ninja
- pkg-config
Expand Down

0 comments on commit a9531b6

Please sign in to comment.