chore: use both options for gtest include dir variable

This commit is contained in:
Carlos Gomes Martinho 2020-02-24 13:26:13 +01:00
parent 72c26dda67
commit f43b6e93fa
2 changed files with 13 additions and 7 deletions
.github/workflows

View file

@ -48,6 +48,7 @@ jobs:
- name: Install conan dependencies
working-directory: ${{runner.workspace}}/build
run: conan install $GITHUB_WORKSPACE --build missing
shell: bash
- name: Configure CMake
shell: bash