mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 13:04:28 +00:00
Fix installation workflow curl-minimal dependency
This commit is contained in:
parent
482256cb84
commit
9df1a79f10
5
.github/workflows/install.yml
vendored
5
.github/workflows/install.yml
vendored
@ -41,7 +41,10 @@ jobs:
|
||||
matrix:
|
||||
os: ["rockylinux:8", "rockylinux:9", "almalinux:8", "almalinux:9"]
|
||||
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
|
||||
run: |
|
||||
df -h
|
||||
|
Loading…
Reference in New Issue
Block a user