Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Dean Roehrich <[email protected]>
  • Loading branch information
roehrich-hpe committed Jan 15, 2025
1 parent 6465da0 commit 3ad6d0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: "Get openmpi source"
run: make get_openmpi
run: make get-openmpi

- name: "Build the final Docker image"
id: docker_build
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: "Get openmpi source"
run: make get_openmpi
run: make get-openmpi

- name: "Build the debug Docker image"
id: docker_build
Expand Down

0 comments on commit 3ad6d0e

Please sign in to comment.