chore: use env variable for git workspace

This commit is contained in:
Carlos Gomes Martinho 2020-02-24 13:04:36 +01:00
parent 7df9127c00
commit 92818726b5

View file

@ -44,7 +44,7 @@ jobs:
- name: Install conan dependencies
working-directory: ${{runner.workspace}}/build
run: conan profile new default --detect && conan install .. --build missing
run: conan profile new default --detect && conan install $GITHUB_WORKSPACE --build missing
- name: Configure CMake
shell: bash