Skip to content

Commit

Permalink
msys path
Browse files Browse the repository at this point in the history
  • Loading branch information
mantielero committed Dec 19, 2023
1 parent 3269f67 commit b46a2ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ jobs:

- name: Set path for windows (working)
shell: bash
run: echo "/d/a/fmu.nim/fmu.nim/FMUChecker-2.0.4-win64" >> $GITHUB_PATH
run: |
echo "/d/a/fmu.nim/fmu.nim/FMUChecker-2.0.4-win64" >> $GITHUB_PATH
echo "C:\msys64\usr\bin" >> $GITHUB_PATH
if: runner.os == 'Windows'

- name: Execute FMU checker over inc.fmu in Windows
Expand Down

0 comments on commit b46a2ad

Please sign in to comment.