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

Update main.yml

parent c69ab3b3
No related branches found
No related tags found
No related merge requests found
......@@ -20,12 +20,11 @@ jobs:
with:
submodules: true
- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache/save@v3
if: always()
with:
path: openfpm_dependencies/
path: ~/openfpm_dependencies/
key: dependencies-${{ github.ref }}
- name: make dependencies folder
run: mkdir -p openfpm_dependencies
- name: Build
run: ./build.sh $(pwd) unused pdata 0 ${{ github.ref }}
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