Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ptheywood committed Jan 11, 2024
1 parent d87a600 commit 150d14f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/NVHPC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,10 @@ jobs:
- name: Log Configure Erorrs
if: ${{ failure() && steps.configure.conclusion == 'failure' }}
run: |
echo "CMakeOutput.log:"
cat ${{ env.BUILD_DIR }}/CMakeFiles/CMakeOutput.log
echo "CMakeError.log:"
cat ${{ env.BUILD_DIR }}/CMakeFiles/CMakeError.log
echo "${{ env.BUILD_DIR }}/CMakeFiles/CMakeOutput.log:"
cat ${{ env.BUILD_DIR }}/CMakeFiles/CMakeOutput.log || true
echo "${{ env.BUILD_DIR }}/CMakeFiles/CMakeError.log:"
cat ${{ env.BUILD_DIR }}/CMakeFiles/CMakeError.log || true
- name: Build static library
working-directory: ${{ env.BUILD_DIR }}
Expand Down

0 comments on commit 150d14f

Please sign in to comment.