Skip to content

Commit

Permalink
Update medInria4-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mathildemerle authored Jan 9, 2025
1 parent b50580c commit 6546936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/medInria4-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:

- name: Create Symbolic Link for Short Path
run: |
cmd /c "mklink /D src %GITHUB_WORKSPACE%\medInria-public\src"
cmd /c "mklink /D build %GITHUB_WORKSPACE%\medInria-public\build"
cmd /c "mklink /D src %GITHUB_WORKSPACE%"
cmd /c "mklink /D build %GITHUB_WORKSPACE%\build"
- name: Install Qt
uses: jurplel/install-qt-action@v4
Expand Down

0 comments on commit 6546936

Please sign in to comment.