From: Marc Fehling Date: Sat, 3 Feb 2024 02:25:12 +0000 (-0700) Subject: Update precice to v3. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F168%2Fhead;p=code-gallery.git Update precice to v3. --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 9cb2815..24fa637 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -38,7 +38,7 @@ jobs: - name: Install preCICE run: | - wget -O libprecice.deb https://github.com/precice/precice/releases/download/v2.5.0/libprecice2_2.5.0_${{ matrix.ubuntu_version }}.deb + wget -O libprecice.deb https://github.com/precice/precice/releases/download/v3.0.0/libprecice3_3.0.0_${{ matrix.ubuntu_version }}.deb apt-get -y install ./libprecice.deb - name: Install XBraid