Skip to content

Commit

Permalink
Remove Cache p4est
Browse files Browse the repository at this point in the history
  • Loading branch information
zjwegert committed May 15, 2024
1 parent a1a2e98 commit 97a42cf
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci_mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ jobs:
- x64
steps:
- uses: actions/checkout@v2
- name: Cache p4est
id: cache-p4est
uses: actions/cache@v2
with:
path: ${{env.P4EST_ROOT_DIR}}
key: ${{ runner.os }}-build-${{ env.P4EST_ROOT_DIR }}-
restore-keys: |
${{ runner.os }}-build-${{ env.P4EST_ROOT_DIR }}-
${{ runner.os }}-build-
${{ runner.os }}-
# - name: Cache p4est
# id: cache-p4est
# uses: actions/cache@v2
# with:
# path: ${{env.P4EST_ROOT_DIR}}
# key: ${{ runner.os }}-build-${{ env.P4EST_ROOT_DIR }}-
# restore-keys: |
# ${{ runner.os }}-build-${{ env.P4EST_ROOT_DIR }}-
# ${{ runner.os }}-build-
# ${{ runner.os }}-
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
Expand Down

0 comments on commit 97a42cf

Please sign in to comment.