Skip to content

Commit

Permalink
Trying modeltype
Browse files Browse the repository at this point in the history
  • Loading branch information
mantielero committed Dec 21, 2023
1 parent 7e93cea commit 7912de5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci-nim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: iffy/install-nim@v5
- name: Install Nim
uses: iffy/install-nim@v5
with:
nim-version: ${{ matrix.nimversion }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -49,8 +50,8 @@ jobs:
nimble install -y
- name: Create inc.fmu as fmu2me=Model exchange or fmu2cs=Co-Simulation - now=${{ matrix.modeltype }}
with:
modeltype: ${{ matrix.modeltype }}
#with:
# modeltype: ${{ matrix.modeltype }}
run: |
cd examples/inc
nim c -r -d:${{ matrix.modeltype }} inc
Expand Down

0 comments on commit 7912de5

Please sign in to comment.