mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 02:05:21 +00:00
Update test.yml
This commit is contained in:
parent
a8105f058d
commit
82f8a78f1d
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -65,11 +65,11 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
os: ["rockylinux:8", "almalinux:8", "rockylinux:9", "almalinux:9"]
|
os: ["rockylinux:8", "almalinux:8", "rockylinux:9", "almalinux:9"]
|
||||||
steps:
|
steps:
|
||||||
|
- run: dnf install -y sudo git
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: df -h
|
- run: df -h
|
||||||
- name: remove packages
|
- name: remove packages
|
||||||
run: |
|
run: nsenter -t 1 -m -u -n -i bash /__w/cvw/cvw/.github/cli-space-cleanup.sh
|
||||||
nsenter -t 1 -m -u -n -i bash .github/cli-space-cleanup.sh
|
|
||||||
- run: df -h
|
- run: df -h
|
||||||
- name: check packages
|
- name: check packages
|
||||||
run: dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -nr
|
run: dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -nr
|
||||||
|
Loading…
Reference in New Issue
Block a user