Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Jun 20, 2024
1 parent f5cc4f9 commit 12d5d1d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/extbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,17 @@ jobs:
- name: Checkout PFUNIT
uses: actions/checkout@v4
with:
path: ${GITHUB_WORKSPACE}/pfunit
path: pfunit
repository: Goddard-Fortran-Ecosystem/pFUnit
- name: build PFUNIT
run: |
cd ${GITHUB_WORKSPACE}/pfunit
pushd pfunit
cmake -B build
cmake --build build -DSKIP_MPI=YES -DSKIP_OPENMP=YES
popd
# the following can be used by developers to login to the github server in case of errors
# see https://github.com/marketplace/actions/debugging-with-tmate for further details
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
# - name: Setup tmate session
# if: ${{ failure() }}
# uses: mxschmitt/action-tmate@v3

0 comments on commit 12d5d1d

Please sign in to comment.