From: Peter Munch Date: Tue, 4 Jan 2022 10:41:33 +0000 (+0100) Subject: Update preCICE version X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56c0ef52db8c41c020bb94efe7697140c1a8b2f2;p=code-gallery.git Update preCICE version --- 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