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 0f62f7f commit 40b7841Copy full SHA for 40b7841
.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: /github/home/.ccache # Enable ccache
+ CCACHE_DIR: /home/runner/.ccache # Enable ccache
11
12
strategy:
13
fail-fast: false
0 commit comments