Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Nov 27, 2023
1 parent a608e84 commit dd96538
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
miniforge-variant: Mambaforge
miniforge-version: latest

- name: Install files to enable compilation of mex files [Conda/Windows]
if: contains(matrix.os, 'windows')
run: |
mkdir D:\a\robotology-superbuild\robotology-superbuild\build\src\bipedal-locomotion-framework\src\YarpUtilities\CMakeFiles\yarp_idl_to_dir\thrifts\BipedalLocomotion\YarpUtilities\vectorscollection\
echo "ReallyLongFile" > D:\a\robotology-superbuild\robotology-superbuild\build\src\bipedal-locomotion-framework\src\YarpUtilities\CMakeFiles\yarp_idl_to_dir\thrifts\BipedalLocomotion\YarpUtilities\vectorscollection\ReallyLongFileReallyLongFileReallyLongFileReallyLongFileReallyLongFileReallyLongFileReallyLongFileReallyLongFile.txt
- name: Install files to enable compilation of mex files [Conda/Linux]
if: contains(matrix.os, 'ubuntu')
run: |
Expand Down

0 comments on commit dd96538

Please sign in to comment.