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 14ed9b1 commit dd92041Copy full SHA for dd92041
.github/workflows/macos-linux-conda.yml
@@ -7,7 +7,7 @@ jobs:
7
name: ${{ matrix.os }} - ${{ matrix.build_type }} ${{ matrix.cxx_options }}
8
runs-on: ${{ matrix.os }}
9
env:
10
- CCACHE_DIR: .ccache # Enable ccache
+ CCACHE_DIR: ~/.ccache # Enable ccache
11
12
strategy:
13
fail-fast: false
0 commit comments