We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b7841 commit 64a5799Copy full SHA for 64a5799
.github/workflows/macos-linux-conda.yml
@@ -42,6 +42,9 @@ jobs:
42
path: ${{ env.CCACHE_DIR }}
43
key: ccache-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.cxx_options }}
44
45
+ - name: Prepare cache dir
46
+ run: sudo mkdir -p ${CCACHE_DIR}/tmp && sudo chown -R $(id -un) ${CCACHE_DIR}
47
+
48
- name: Install cmake and update conda
49
shell: bash -l {0}
50
run: |
0 commit comments