mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
install git in redhat docker test
This commit is contained in:
parent
4b534acde8
commit
f8b078d0d8
2
.github/workflows/install.yml
vendored
2
.github/workflows/install.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
os: ["rockylinux:8", "almalinux:8"]
|
os: ["rockylinux:8", "almalinux:8"]
|
||||||
steps:
|
steps:
|
||||||
- run: dnf install -y sudo
|
- run: dnf install -y sudo git
|
||||||
- name: free up storage
|
- name: free up storage
|
||||||
run: |
|
run: |
|
||||||
df -h
|
df -h
|
||||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -4,7 +4,7 @@ on: [workflow_dispatch]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
storage-space:
|
storage-space:
|
||||||
runs-on: ubuntu-22
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Root
|
- name: Root
|
||||||
|
Loading…
Reference in New Issue
Block a user