Skip to content

Commit

Permalink
cache conan
Browse files Browse the repository at this point in the history
  • Loading branch information
henryborchers committed Aug 16, 2023
1 parent 6cb2d6e commit a3688b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a3688b8

Please sign in to comment.