diff --git a/.github/workflows/publish_nightly_environment.yaml b/.github/workflows/publish_nightly_environment.yaml index aab29e8..df99292 100644 --- a/.github/workflows/publish_nightly_environment.yaml +++ b/.github/workflows/publish_nightly_environment.yaml @@ -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