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

fixing Cpack

parent 04e28bca
No related branches found
No related tags found
No related merge requests found
......@@ -39,12 +39,13 @@ jobs:
- name: ccache cache files
uses: actions/cache@v3
with:
path: .ccache
path: $HOME/.ccache
key: ${{ matrix.config.name }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
restore-keys: |
${{ matrix.config.name }}-ccache-
- name: Build
run: |
export PATH="~/ccache-4.8-linux-x86_64/ccache:$PATH"
./build.sh $(pwd) unused pdata 0 ${{ github.ref }}
cp $HOME/openfpm_vars $HOME/openfpm_dependencies/${{ github.ref }}/
cp $HOME/.openfpm.mk $HOME/openfpm_dependencies/${{ 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