We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71641ad commit 2028bb9Copy full SHA for 2028bb9
1 file changed
.github/workflows/ci.yml
@@ -60,7 +60,7 @@ jobs:
60
cmake --build . --target install
61
62
- name: Install icub-contrib from source [Windows]
63
- if: matrix.os == 'ubuntu-latest' || matrix.os == 'macOS-latest'
+ if: matrix.os == 'windows-latest'
64
shell: bash -l {0}
65
run: |
66
git clone https://github.com/robotology/icub-contrib-common
0 commit comments