File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments