Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendersonHDF committed Oct 30, 2024
1 parent 895167a commit ba84c72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_build_openmpi_source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ permissions:
contents: read

jobs:
production:
name: "OpenMPI production"
debug:
name: "OpenMPI debug"
uses: ./.github/workflows/build_openmpi_source.yml
with:
install_path: $GITHUB_WORKSPACE/openmpi_install
install_path: ${{ github.workspace }}/openmpi_install
build_mode: "debug"

0 comments on commit ba84c72

Please sign in to comment.