Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jbellister-slac committed Jan 31, 2025
1 parent b5c0792 commit b7628c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_nightly_environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: Install System Dependencies
run: |
dnf install -y curl git tar bzip2 unzip xz
dnf install -y curl git bzip2 unzip xz
dnf clean all
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit b7628c7

Please sign in to comment.