Fix installation workflow curl-minimal dependency

This commit is contained in:
Jordan Carlin 2024-07-17 01:46:51 -07:00
parent 482256cb84
commit 9df1a79f10
No known key found for this signature in database

View File

@ -41,7 +41,10 @@ jobs:
matrix: matrix:
os: ["rockylinux:8", "rockylinux:9", "almalinux:8", "almalinux:9"] os: ["rockylinux:8", "rockylinux:9", "almalinux:8", "almalinux:9"]
steps: steps:
- run: dnf install -y sudo git - name: Install dependencies
run: |
dnf install -y sudo git
dnf remove -y curl-minimal || true
- name: Free up storage - name: Free up storage
run: | run: |
df -h df -h