Skip to content

Commit 8fc4c34

Browse files
committed
Update version of preCICE Debian image used
1 parent 8471700 commit 8fc4c34

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/TestJuliaVersions.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ jobs:
2828
id: cache-libprecice
2929
uses: actions/cache@v2
3030
with:
31-
path: libprecice3_3.1.0_focal.deb
32-
key: libprecice3_3.1.0_focal.deb1
33-
restore-keys: libprecice3_3.1.0_focal.deb1
31+
path: libprecice3_3.2.0_noble.deb
32+
key: libprecice3_3.2.0_noble.deb1
33+
restore-keys: libprecice3_3.2.0_noble.deb1
3434

3535
- name: Download preCICE
3636
if: steps.cache-libprecice.outputs.cache-hit != 'true'
37-
run: wget https://github.com/precice/precice/releases/download/v3.1.0/libprecice3_3.1.0_focal.deb
37+
run: wget https://github.com/precice/precice/releases/download/v3.2.0/libprecice3_3.2.0_noble.deb
3838

3939
- name: Install preCICE
40-
run: sudo apt install ./libprecice3_3.1.0_focal.deb
40+
run: sudo apt install ./libprecice3_3.2.0_noble.deb
4141

4242
- name: Build Package
4343
uses: julia-actions/julia-buildpkg@v1

0 commit comments

Comments
 (0)