Skip to content

Commit

Permalink
CI: github actions ensure compiler support
Browse files Browse the repository at this point in the history
  • Loading branch information
henryborchers committed Aug 16, 2023
1 parent b930cfa commit 3703b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
pip install wheel
pip install -r requirements-ci.txt
- uses: actions/cache@v3
id: cache
id: cache-conan
with:
path: "${{steps.conan-path-script.outputs.result}}/.conan"
key: ${{ runner.os }}-compiler-${{ matrix.compiler_version}} ${{ hashFiles('**/conanfile.py') }}
Expand Down

0 comments on commit 3703b3c

Please sign in to comment.