Skip to content

Commit

Permalink
Update preCICE version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Apr 8, 2024
1 parent b45ce53 commit 44bdfbb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/TestJuliaVersions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ jobs:
id: cache-libprecice
uses: actions/cache@v2
with:
path: libprecice3_3.0.0_focal.deb
key: libprecice3_3.0.0_focal.deb1
restore-keys: libprecice3_3.0.0_focal.deb1
path: libprecice3_3.1.0_focal.deb
key: libprecice3_3.1.0_focal.deb1
restore-keys: libprecice3_3.1.0_focal.deb1

- name: Download preCICE
if: steps.cache-libprecice.outputs.cache-hit != 'true'
run: wget https://github.com/precice/precice/releases/download/v3.0.0/libprecice3_3.0.0_focal.deb
run: wget https://github.com/precice/precice/releases/download/v3.1.0/libprecice3_3.1.0_focal.deb

- name: Install preCICE
run: sudo apt install ./libprecice3_3.0.0_focal.deb
run: sudo apt install ./libprecice3_3.1.0_focal.deb

- name: Build Package
uses: julia-actions/julia-buildpkg@v1
Expand Down

0 comments on commit 44bdfbb

Please sign in to comment.