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

Update main.yml

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