mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 13:04:28 +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:
|
||||
os: ["rockylinux:8", "almalinux:8"]
|
||||
steps:
|
||||
- run: dnf install -y sudo
|
||||
- run: dnf install -y sudo git
|
||||
- name: free up storage
|
||||
run: |
|
||||
df -h
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -4,7 +4,7 @@ on: [workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
storage-space:
|
||||
runs-on: ubuntu-22
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- name: Root
|
||||
|
Loading…
Reference in New Issue
Block a user