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

Update main.yml

parent 01f66a86
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: sudo apt install -y openssh-clients cmake wget git gcc-c++ gcc-gfortran python39 bzip2 diffutils zlib-devel
run: sudo apt install -y openssh-client cmake wget git g++ gfortran python3.9 bzip2 diffutils zlib1g-dev
- 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