Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmayer2 committed Dec 4, 2024
1 parent dc489d9 commit fb574ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
linux_distro: "noble"

- name: Build & Check Ubuntu Jammy
- name: Build & Check Ubuntu Jammy
uses: ./.github/actions/singularity
with:
linux_distro: "jammy"
Expand All @@ -42,4 +42,4 @@ jobs:
- name: Build & Check Rocky Linux 9
uses: ./.github/actions/singularity
with:
linux_distro: "rockylinux9"
linux_distro: "rockylinux9"

0 comments on commit fb574ad

Please sign in to comment.