Skip to content

Commit 2028bb9

Browse files
committed
Fixed typo in CI
1 parent 71641ad commit 2028bb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
cmake --build . --target install
6161
6262
- name: Install icub-contrib from source [Windows]
63-
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macOS-latest'
63+
if: matrix.os == 'windows-latest'
6464
shell: bash -l {0}
6565
run: |
6666
git clone https://github.com/robotology/icub-contrib-common

0 commit comments

Comments
 (0)