Skip to content

Commit

Permalink
Update preCICE packages in CI (#167)
Browse files Browse the repository at this point in the history
* Use ubuntu codename preCICE CI packages
* Use correct syntax
  • Loading branch information
davidscn authored Dec 19, 2022
1 parent 081453f commit d698831
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/aste_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ jobs:
env:
CXX_FLAGS: "-Werror -Wall -Wextra -Wno-unused-parameter"
CTEST_OUTPUT_ON_FAILURE: "Yes"
UBUNTU_CODENAME: "jammy"
steps:
- uses: actions/checkout@v3
- name: install preCICE
run: |
wget https://github.com/precice/precice/releases/download/v2.5.0/libprecice2_2.5.0_focal.deb && \
wget https://github.com/precice/precice/releases/download/v2.5.0/libprecice2_2.5.0_${UBUNTU_CODENAME}.deb && \
sudo apt-get -y update && \
sudo apt-get -y install ./libprecice2_2.5.0_focal.deb
sudo apt-get -y install ./libprecice2_2.5.0_${UBUNTU_CODENAME}.deb
- name: install VTK
run: |
sudo apt-get -y install libvtk7-dev
Expand Down

0 comments on commit d698831

Please sign in to comment.