Try to set CONAN_SYSREQUIRES_MODE

This commit is contained in:
Patricia Aas 2020-11-28 18:07:20 +01:00 committed by GitHub
parent 7b933e4cf1
commit f420f1d932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ jobs:
build:
name: "${{ matrix.configurations.name }} | ${{ matrix.cmake-build-type }}"
runs-on: ${{ matrix.configurations.os }}
env:
CONAN_SYSREQUIRES_MODE: enabled
strategy:
fail-fast: false
matrix: