From dc9a508bdbaa1deed93ff74eeabb4e839febd803 Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Fri, 2 Feb 2024 19:25:12 -0700 Subject: [PATCH] Update precice to v3. --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 4113621..b267c70 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 -- 2.39.5