Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
markaren committed Nov 7, 2024
1 parent 848c12d commit f025038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
curl --output FMUChecker-2.0.4-win64.zip --url https://github.com/modelica-tools/FMUComplianceChecker/releases/download/2.0.4/FMUChecker-2.0.4-win64.zip -L
7z x FMUChecker-2.0.4-win64.zip && cd FMUChecker-2.0.4-win64
./fmuCheck.win64.exe ../build/${{ env.MODEL_PATH }}/model.fmu
./fmuCheck.win64.exe ../build/${{ env.MODEL_PATH }}/${{ env.MODEL_PATH }}.fmu
shell: bash

- name: Test
Expand Down

0 comments on commit f025038

Please # to comment.