Skip to content

Commit 0f62f7f

Browse files
committed
ci: fix cache
1 parent dd92041 commit 0f62f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: ${{ matrix.os }} - ${{ matrix.build_type }} ${{ matrix.cxx_options }}
88
runs-on: ${{ matrix.os }}
99
env:
10-
CCACHE_DIR: ~/.ccache # Enable ccache
10+
CCACHE_DIR: /github/home/.ccache # Enable ccache
1111

1212
strategy:
1313
fail-fast: false

0 commit comments

Comments
 (0)