chore: use env variable for git workspace
This commit is contained in:
parent
7df9127c00
commit
92818726b5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install conan dependencies
|
- name: Install conan dependencies
|
||||||
working-directory: ${{runner.workspace}}/build
|
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
|
- name: Configure CMake
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue