Skip to content

Commit c9c5e05

Browse files
authored
Merge pull request #47 from justinlaughlin/master
update mfem github action from master -> v2.4
2 parents ae4254d + 2136cb5 commit c9c5e05

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: build Hypre
4444
if: steps.hypre-cache.outputs.cache-hit != 'true'
45-
uses: mfem/github-actions/build-hypre@master
45+
uses: mfem/github-actions/build-hypre@v2.5
4646
with:
4747
archive: ${{ env.HYPRE_ARCHIVE }}
4848
dir: ${{ env.HYPRE_TOP_DIR }}
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: build metis
6060
if: steps.metis-cache.outputs.cache-hit != 'true'
61-
uses: mfem/github-actions/build-metis@master
61+
uses: mfem/github-actions/build-metis@v2.5
6262
with:
6363
archive: ${{ env.METIS_ARCHIVE }}
6464
dir: ${{ env.METIS_TOP_DIR }}
@@ -87,7 +87,7 @@ jobs:
8787

8888
- name: build mfem
8989
if: steps.mfem-cache.outputs.cache-hit != 'true'
90-
uses: mfem/github-actions/build-mfem@master
90+
uses: mfem/github-actions/build-mfem@v2.5
9191
with:
9292
os: ${{ runner.os }}
9393
hypre-dir: ${{ env.HYPRE_TOP_DIR }}

0 commit comments

Comments
 (0)