From 56c0ef52db8c41c020bb94efe7697140c1a8b2f2 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Tue, 4 Jan 2022 11:41:33 +0100 Subject: [PATCH] Update preCICE version --- .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 816c7b3..b94886e 100644 --- a/.github/workflows/precice-ci.yml +++ b/.github/workflows/precice-ci.yml @@ -32,8 +32,8 @@ jobs: - name: Compile run: | sudo apt-get -y update - wget https://github.com/precice/precice/releases/download/v2.1.1/libprecice2_2.1.1_focal.deb - sudo apt-get -y install ./libprecice2_2.1.1_focal.deb + wget https://github.com/precice/precice/releases/download/v2.3.0/libprecice2_2.3.0_focal.deb + sudo apt-get -y install ./libprecice2_2.3.0_focal.deb cd coupled_laplace_problem cmake . make -- 2.39.5