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

Update main.yml

parent 1ebb51c6
No related branches found
No related tags found
No related merge requests found
......@@ -13,13 +13,10 @@ jobs:
steps:
- name: Install dependencies
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 }}
cd ${{ github.workspace }}
git checkout ${{ github.ref }}
- name: make dependencies folder
run: mkdir -p openfpm_dependencies
- name: LS
run: ls
- name: Build
run: ./build.sh $(pwd) unused pdata 0 ${{ github.ref }}
- name: Cache dependencies
......
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