From d31335a0260fbcb6065064f285b4f999cb8090d1 Mon Sep 17 00:00:00 2001 From: mantielero Date: Wed, 20 Dec 2023 18:58:42 +0100 Subject: [PATCH] testing msys2 --- .github/workflows/github-actions-demo.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index a81bbd2..9d53041 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -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"