Skip to content
Snippets Groups Projects
Unverified Commit 09aa3a1e authored by abhinavsns's avatar abhinavsns Committed by GitHub
Browse files

Update main.yml

parent 62d53ee6
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,9 @@ jobs:
container: almalinux:8.5
steps:
- name: Install dependencies
run: yum install -y openssh-clients cmake wget git gcc-c++ gcc-gfortran python2 python39 bzip2 diffutils zlib-devel
run: |
yum install -y openssh-clients cmake wget git gcc-c++ gcc-gfortran python39 bzip2 diffutils zlib-devel
ln -s /usr/bin/python3 /usr/bin/python
- uses: actions/checkout@v3
with:
submodules: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment