From e46a6abe906676c00655646aa1457f16e2daa727 Mon Sep 17 00:00:00 2001 From: David Schneider Date: Mon, 17 Apr 2023 11:50:27 +0200 Subject: [PATCH] Update preCICE version in CI from v2.4 to v2.5 --- .github/workflows/precice-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/precice-ci.yml b/.github/workflows/precice-ci.yml index 6a89c4e..ffda49c 100644 --- a/.github/workflows/precice-ci.yml +++ b/.github/workflows/precice-ci.yml @@ -27,8 +27,8 @@ jobs: - name: Install preCICE run: | sudo apt-get -y update - wget https://github.com/precice/precice/releases/download/v2.4.0/libprecice2_2.4.0_focal.deb - sudo apt-get -y install ./libprecice2_2.4.0_focal.deb + wget https://github.com/precice/precice/releases/download/v2.5.0/libprecice2_2.5.0_focal.deb + sudo apt-get -y install ./libprecice2_2.5.0_focal.deb - uses: actions/checkout@v3 -- 2.39.5