From b5c0792bd10a2fc243d59aed7b0a4a54a9245148 Mon Sep 17 00:00:00 2001 From: jbellister-slac Date: Fri, 31 Jan 2025 14:26:34 -0800 Subject: [PATCH] minor fix --- .github/workflows/publish_nightly_environment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_nightly_environment.yaml b/.github/workflows/publish_nightly_environment.yaml index e9a1dac..aab29e8 100644 --- a/.github/workflows/publish_nightly_environment.yaml +++ b/.github/workflows/publish_nightly_environment.yaml @@ -17,7 +17,7 @@ jobs: name: Build environment steps: - name: Install System Dependencies - - run: | + run: | dnf install -y curl git tar bzip2 unzip xz dnf clean all - name: Checkout Repository