Skip to content

Commit

Permalink
Merge branch 'non_conforming_cubed_sphere_model' of github.com:gridap…
Browse files Browse the repository at this point in the history
…apps/GridapGeosciences.jl into non_conforming_cubed_sphere_model
  • Loading branch information
amartinhuertas committed Apr 23, 2024
2 parents b1a5e11 + bc873e7 commit 9bbb0fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: Tests ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
env:
P4EST_ROOT_DIR: "/opt/p4est/2.2/"
P4EST_ROOT_DIR: "/opt/p4est/2.3.6/"
JULIA_PETSC_LIBRARY: "/opt/petsc/3.15.4/lib/libpetsc"
strategy:
fail-fast: false
Expand Down Expand Up @@ -49,10 +49,10 @@ jobs:
- name: Install p4est
if: steps.cache-p4est.outputs.cache-hit != 'true'
run: |
# Install p4est 2.2 from sources
# Install p4est 2.3.6 from sources
CURR_DIR=$(pwd)
PACKAGE=p4est
VERSION=2.2
VERSION=2.3.6
INSTALL_ROOT=/opt
P4EST_INSTALL=$INSTALL_ROOT/$PACKAGE/$VERSION
TAR_FILE=$PACKAGE-$VERSION.tar.gz
Expand Down

0 comments on commit 9bbb0fe

Please sign in to comment.