From 2bc51664a1eda154440cd1ba9c34cc3a03fa6766 Mon Sep 17 00:00:00 2001 From: Peter Meisrimel Date: Wed, 4 Dec 2024 09:19:02 +0100 Subject: [PATCH] Updating workflow to FMIL3 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0c5cea78..295bc9d5 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,8 +47,8 @@ jobs: - name: Install fmilib run: | cd /tmp - curl -fSsL https://github.com/modelon-community/fmi-library/archive/2.4.1.tar.gz | tar xz - cd fmi-library-2.4.1 + curl -fSsL https://github.com/modelon-community/fmi-library/archive/3.0a4.tar.gz | tar xz + cd fmi-library-3.0a4 sed -i "/CMAKE_INSTALL_PREFIX/d" CMakeLists.txt mkdir -p build && cd build cmake -DCMAKE_INSTALL_PREFIX=/usr ..