Skip to content

Commit dd92041

Browse files
committed
ci: fix ccache dir
1 parent 14ed9b1 commit dd92041

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: ~/.ccache # Enable ccache
1111

1212
strategy:
1313
fail-fast: false

0 commit comments

Comments
 (0)