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

Update main.yml

parent a432fa2d
No related branches found
No related tags found
No related merge requests found
......@@ -9,10 +9,10 @@ on:
jobs:
build:
runs-on: almalinux:8.5
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: yum install -y openssh-clients cmake wget git gcc-c++ gcc-gfortran python39 bzip2 diffutils zlib-devel
run: apt install -y openssh-clients cmake wget git gcc-c++ gcc-gfortran python39 bzip2 diffutils zlib-devel
- name: Clone repository
run: |
git clone ${{ secrets.GIT_REPOSITORY }} ${{ github.workspace }}
......
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