Skip to content

Commit

Permalink
testing msys2
Browse files Browse the repository at this point in the history
  • Loading branch information
mantielero committed Dec 20, 2023
1 parent cc59a65 commit d31335a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,16 @@ jobs:
shell: bash
# echo "$PATH"
run: |
fmuCheck.win64.exe -d
fmuCheck.win64.exe
if: runner.os == 'Windows'

- name: Execute FMU checker over inc.fmu in Windows
shell: msys2 {0}
# echo "$PATH"
run: |
fmuCheck.win64.exe -h 1 -s 14 -f -l 6 -e inc.log -o inc.csv inc.fmu
if: ${{matrix.target == 'windows'}}

# - name: Execute FMU checker over inc.fmu in Windows [working]
# shell: bash
# # echo "$PATH"
Expand Down

0 comments on commit d31335a

Please sign in to comment.