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

fix to yml

parent cb92ad6c
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ jobs:
- name: Build
run: ./build.sh $(pwd) unused pdata 0 ${{ github.ref }}
- uses: actions/cache/save@v3
if: always() // or any other condition to invoke the save action
if: always()
with:
path: ~/openfpm_dependencies/
key: ${{ steps.restore-cache.outputs.cache-primary-key }}
......@@ -75,7 +75,7 @@ jobs:
- name: Build
run: ./build.sh $(pwd) unused pdata 0 ${{ github.ref }}
- uses: actions/cache/save@v3
if: always() // or any other condition to invoke the save action
if: always()
with:
path: ~/openfpm_dependencies/
key: ${{ steps.restore-cache.outputs.cache-primary-key }}
......
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