Skip to content

Commit

Permalink
Update preCICE version
Browse files Browse the repository at this point in the history
  • Loading branch information
peterrum authored and marcfehling committed Apr 8, 2023
1 parent 6101a37 commit 56c0ef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/precice-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56c0ef5

Please sign in to comment.