Skip to content
Snippets Groups Projects
Verified Commit 64a57991 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

ci: create cache dir

parent 40b78412
No related branches found
No related tags found
No related merge requests found
Pipeline #28426 passed with warnings
......@@ -42,6 +42,9 @@ jobs:
path: ${{ env.CCACHE_DIR }}
key: ccache-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.cxx_options }}
- name: Prepare cache dir
run: sudo mkdir -p ${CCACHE_DIR}/tmp && sudo chown -R $(id -un) ${CCACHE_DIR}
- name: Install cmake and update conda
shell: bash -l {0}
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