From 7912de58e824ab824f5fb2c3906f1fa9068b5df6 Mon Sep 17 00:00:00 2001 From: mantielero Date: Thu, 21 Dec 2023 18:53:54 +0100 Subject: [PATCH] Trying modeltype --- .github/workflows/ci-nim.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-nim.yml b/.github/workflows/ci-nim.yml index f08c316..719f7d0 100644 --- a/.github/workflows/ci-nim.yml +++ b/.github/workflows/ci-nim.yml @@ -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 }} @@ -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