Skip to content
Snippets Groups Projects
Commit ad83a2e9 authored by Abhinav Singh's avatar Abhinav Singh
Browse files

fix to yml

parent d4cdca92
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ jobs:
- name: Restore Cache dependencies
uses: actions/cache/restore@v3
with:
path: ~/openfpm_dependencies/
key: dependencies-${{ github.ref }}
- name: Build
run: ./build.sh $(pwd) unused pdata 0 ${{ github.ref }}
......@@ -29,7 +30,7 @@ jobs:
if: always()
with:
path: ~/openfpm_dependencies/
key: ${{ steps.restore-cache.outputs.cache-primary-key }}
key: dependencies-${{ github.ref }}
- name: Create bundle
run: |
cd build
......@@ -71,6 +72,7 @@ jobs:
- name: Restore Cache dependencies
uses: actions/cache/restore@v3
with:
path: ~/openfpm_dependencies/
key: dependencies-${{ github.ref }}
- name: Build
run: ./build.sh $(pwd) unused pdata 0 ${{ github.ref }}
......@@ -78,7 +80,7 @@ jobs:
if: always()
with:
path: ~/openfpm_dependencies/
key: ${{ steps.restore-cache.outputs.cache-primary-key }}
key: dependencies-${{ github.ref }}
- name: Create bundle
run: |
......
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