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 d31335a commit 3ee3d1a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
echo "C:\msys64\usr\bin" >> $GITHUB_PATH
if: runner.os == 'Windows'

- name: Execute FMU checker over inc.fmu in Windows
- name: Execute FMU checker over inc.fmu in Windows (testing msys2)
shell: bash
# echo "$PATH"
run: |
Expand All @@ -92,7 +92,9 @@ jobs:
# 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'}}
if: runner.os == 'Windows'

#${{matrix.target == 'windows'}}

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

0 comments on commit 3ee3d1a

Please sign in to comment.