Skip to content

Commit 64a5799

Browse files
committed
ci: create cache dir
1 parent 40b7841 commit 64a5799

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/macos-linux-conda.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
path: ${{ env.CCACHE_DIR }}
4343
key: ccache-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.cxx_options }}
4444

45+
- name: Prepare cache dir
46+
run: sudo mkdir -p ${CCACHE_DIR}/tmp && sudo chown -R $(id -un) ${CCACHE_DIR}
47+
4548
- name: Install cmake and update conda
4649
shell: bash -l {0}
4750
run: |

0 commit comments

Comments
 (0)