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

fixing Cpack

parent cc275fab
No related branches found
No related tags found
No related merge requests found
......@@ -39,8 +39,8 @@ jobs:
- name: ccache cache files
uses: actions/cache@v1.1.0
with:
path: .ccache
key: ${{ matrix.config.name }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
path: .ccache
key: ${{ matrix.config.name }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
restore-keys: |
${{ matrix.config.name }}-ccache-
- name: Build
......
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