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

Update main.yml

parent 250ca90d
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: apt install -y openssh-clients cmake wget git gcc-c++ gcc-gfortran python39 bzip2 diffutils zlib-devel
run: sudo 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