mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-17 10:25:56 +02:00
Install git in AlmaLinux Image
This commit is contained in:
parent
e0b9855ad6
commit
7e51e58856
5
.github/workflows/AlmaLinux.yml
vendored
5
.github/workflows/AlmaLinux.yml
vendored
@ -16,6 +16,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: almalinux:8.5
|
container: almalinux:8.5
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
- name: Install GIT
|
||||||
|
run: |
|
||||||
|
yum -y install git
|
||||||
|
|
||||||
# See: https://github.com/marketplace/actions/checkout
|
# See: https://github.com/marketplace/actions/checkout
|
||||||
# Checkout git repository and submodules
|
# Checkout git repository and submodules
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user