From: David Schneider Date: Mon, 17 Apr 2023 09:50:27 +0000 (+0200) Subject: Update preCICE version in CI from v2.4 to v2.5 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F140%2Fhead;p=code-gallery.git Update preCICE version in CI from v2.4 to v2.5 --- 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