Skip to content

Commit

Permalink
Update precice to v3.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcfehling authored Feb 3, 2024
1 parent 13e03c3 commit dc9a508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc9a508

Please sign in to comment.