From a3688b837f0a2d1bdc0473e6d5ab982eafb54170 Mon Sep 17 00:00:00 2001 From: henry Date: Wed, 16 Aug 2023 16:29:10 -0500 Subject: [PATCH] cache conan --- .github/workflows/wheels.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 0a0e134e..0a7d83ad 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -38,9 +38,11 @@ jobs: python -m cibuildwheel --output-dir wheelhouse env: CONAN_COMPILER_VERSION: ${{ matrix.compiler_version }} + CONAN_USER_HOME: ${{ runner.temp }} - name: Build wheels if: "!contains(matrix.os, 'windows')" run: python -m cibuildwheel --output-dir wheelhouse env: CONAN_COMPILER_VERSION: ${{ matrix.compiler_version }} + CONAN_USER_HOME: ${{ runner.temp }} # CIBW_SOME_OPTION: value