mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +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:
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user