Skip to content

Commit 256b4df

Browse files
Update rebuildDependencies.yml
1 parent dd9597d commit 256b4df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rebuildDependencies.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ jobs:
8585
run: source '${{github.workspace}}/CI/before_install/${{matrix.before_install}}'
8686

8787
- name: Setup Conan Client
88-
uses: conan-io/setup-conan@v1
88+
run: |
89+
pipx install conan
90+
conan profile detect
8991
9092
# CMake/Ninja version should be synced with runners
9193
# https://github.com/actions/runner-images/tree/main/images

0 commit comments

Comments
 (0)