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.0 .0_focal.deb
32- key : libprecice3_3.0 .0_focal.deb1
33- restore-keys : libprecice3_3.0 .0_focal.deb1
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
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.0 .0/libprecice3_3.0 .0_focal.deb
37+ run : wget https://github.com/precice/precice/releases/download/v3.1 .0/libprecice3_3.1 .0_focal.deb
3838
3939 - name : Install preCICE
40- run : sudo apt install ./libprecice3_3.0 .0_focal.deb
40+ run : sudo apt install ./libprecice3_3.1 .0_focal.deb
4141
4242 - name : Build Package
4343 uses : julia-actions/julia-buildpkg@v1
Original file line number Diff line number Diff line change 11name = " PreCICE"
22uuid = " 57fbd4af-5cc3-4712-aac0-6930e7658184"
33authors = [" preCICE <https://precice.org/> and contributors" ]
4- version = " 3.0.1 "
4+ version = " 3.1.0 "
55
66[compat ]
77julia = " 1.10"
You can’t perform that action at this time.
0 commit comments