From 0f62f7f7cc09fe12891a9e9ae62062d9378d40f1 Mon Sep 17 00:00:00 2001 From: Justin Carpentier <justin.carpentier@inria.fr> Date: Wed, 31 May 2023 22:25:39 +0200 Subject: [PATCH] ci: fix cache --- .github/workflows/macos-linux-conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos-linux-conda.yml b/.github/workflows/macos-linux-conda.yml index 1aba7dae..1dbef4e4 100644 --- a/.github/workflows/macos-linux-conda.yml +++ b/.github/workflows/macos-linux-conda.yml @@ -7,7 +7,7 @@ jobs: name: ${{ matrix.os }} - ${{ matrix.build_type }} ${{ matrix.cxx_options }} runs-on: ${{ matrix.os }} env: - CCACHE_DIR: ~/.ccache # Enable ccache + CCACHE_DIR: /github/home/.ccache # Enable ccache strategy: fail-fast: false -- GitLab