Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
jnbrunet committed Jun 23, 2022
1 parent 6d9d0b8 commit 15f9b91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ jobs:
PYTHON_VERSION: 3.7
env:
SOFA_VERSION: ${{ matrix.sofa_version }}
SOFA_ROOT: ${{ format('{0}/sofa', github.workspace) }}
CARIBOU_ROOT: ${{ format('{0}/sofa/plugins/SofaCaribou', github.workspace) }}
SOFA_ROOT: ${{ format('{0}\sofa', github.workspace) }}
CARIBOU_ROOT: ${{ format('{0}\sofa\plugins\SofaCaribou', github.workspace) }}

steps:
# Python
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
name: caribou_win64_${{ matrix.sofa_version }}
path: SofaCaribou.zip
- name: Install caribou
run: Expand-Archive -LiteralPath SofaCaribou.zip -DestinationPath "${$env:CARIBOU_ROOT}"
run: Expand-Archive -LiteralPath SofaCaribou.zip -DestinationPath "${$env:SOFA_ROOT}\plugins"

- name: Caribou.unittests.Geometry
if: ${{ always() }}
Expand Down

0 comments on commit 15f9b91

Please sign in to comment.