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 5b94798 commit c188339
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ jobs:
- name: "Download and run FMUChecker"
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 }}/${{ env.MODEL_PATH }}.fmu
Invoke-WebRequest -Uri "https://github.com/modelica-tools/FMUComplianceChecker/releases/download/2.0.4/FMUChecker-2.0.4-win64.zip" -OutFile "FMUChecker-2.0.4-win64.zip"
Expand-Archive -Path "FMUChecker-2.0.4-win64.zip" -DestinationPath "." -Force
cd "FMUChecker-2.0.4-win64"
./fmuCheck.win64.exe "../build/${env:MODEL_PATH}/${env:MODEL_PATH}.fmu"
- name: Test
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cross-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

deploy:
needs: build
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04

steps:

Expand All @@ -57,7 +57,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: binaries
path: binaries
path: model/binaries

- name: "Download modelDescription.xml"
uses: actions/download-artifact@v3
Expand Down

0 comments on commit c188339

Please sign in to comment.