Skip to content

Commit

Permalink
Switched to mfem/[email protected] actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tzanio committed May 18, 2022
1 parent a85e3a9 commit f80a366
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/builds-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
- name: get hypre
if: matrix.mpi == 'par' && steps.hypre-cache.outputs.cache-hit != 'true' && matrix.os != 'windows-2022'
# TODO: change this when merged upstream
uses: kanye-quest/mfem-gh-actions/build-hypre@master
uses: mfem/github-actions/build-hypre@v2.2
with:
archive: ${{ env.HYPRE_ARCHIVE }}
dir: ${{ env.HYPRE_TOP_DIR }}
Expand All @@ -167,7 +167,7 @@ jobs:
- name: get hypre (Windows)
if: matrix.mpi == 'par' && steps.hypre-cache.outputs.cache-hit != 'true' && matrix.os == 'windows-2022'
# TODO: change this when merged upstream
uses: kanye-quest/mfem-gh-actions/build-hypre@master
uses: mfem/github-actions/build-hypre@v2.2
with:
archive: ${{ env.HYPRE_ARCHIVE }}
dir: ${{ env.HYPRE_TOP_DIR }}
Expand All @@ -187,7 +187,7 @@ jobs:
- name: install metis
if: matrix.mpi == 'par' && matrix.os != 'windows-2022' && steps.metis-cache.outputs.cache-hit != 'true'
# TODO: change this when merged upstream
uses: kanye-quest/mfem-gh-actions/build-metis@master
uses: mfem/github-actions/build-metis@v2.2
with:
archive: ${{ env.METIS_ARCHIVE }}
dir: ${{ env.METIS_TOP_DIR }}
Expand All @@ -214,7 +214,7 @@ jobs:
# MFEM build and test
- name: build
# TODO: change this when merged upstream
uses: kanye-quest/mfem-gh-actions/build-mfem@master
uses: mfem/github-actions/build-mfem@v2.2
env:
VCPKG_DEFAULT_BINARY_CACHE: ${{ github.workspace }}/vcpkg_cache
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/mfem-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Get Hypre
if: steps.hypre-cache.outputs.cache-hit != 'true'
# TODO: change this when merged upstream
uses: kanye-quest/mfem-gh-actions/build-hypre@master
uses: mfem/github-actions/build-hypre@v2.2
with:
archive: ${{ env.HYPRE_ARCHIVE }}
dir: ${{ env.HYPRE_TOP_DIR }}
Expand All @@ -77,15 +77,15 @@ jobs:
- name: Install Metis
if: steps.metis-cache.outputs.cache-hit != 'true'
# TODO: change this when merged upstream
uses: kanye-quest/mfem-gh-actions/build-metis@master
uses: mfem/github-actions/build-metis@v2.2
with:
archive: ${{ env.METIS_ARCHIVE }}
dir: ${{ env.METIS_TOP_DIR }}

# MFEM build and test
- name: build-mfem
# TODO: change this when merged upstream
uses: kanye-quest/mfem-gh-actions/build-mfem@master
uses: mfem/github-actions/build-mfem@v2.2
with:
os: ${{ runner.os }}
target: opt
Expand Down

0 comments on commit f80a366

Please sign in to comment.