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

Update main.yml

parent 24d9a929
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-client cmake wget git g++ gfortran python bzip2 diffutils zlib1g-dev
run: sudo apt install -y openssh-client cmake wget git g++ gfortran python-is-python3 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