From 12d5d1d20a7e2d047c62cbe3bb3d16b8b8c0c583 Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Thu, 20 Jun 2024 10:35:35 -0600 Subject: [PATCH] try this --- .github/workflows/extbuild.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/extbuild.yml b/.github/workflows/extbuild.yml index ceb23ee..31cd47b 100644 --- a/.github/workflows/extbuild.yml +++ b/.github/workflows/extbuild.yml @@ -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