Skip to content

Commit 4fc2b9e

Browse files
committed
fix: workflow file for conan install
1 parent 94b3570 commit 4fc2b9e

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,8 @@ jobs:
2525
# ----------------------------
2626
# Setup Conan
2727
# ----------------------------
28-
- name: Setup Conan
28+
- name: Install Conan
2929
uses: conan-io/setup-conan@v1
30-
with:
31-
version: latest
32-
cache_packages: true
33-
profile_detect: true
34-
audit_token: ${{ secrets.CONAN_AUDIT_TOKEN }}
35-
# Optional: config URLs
36-
# config_urls: |
37-
# https://github.com/<org>/conan-config.git
3830

3931
# ----------------------------
4032
# Install dependencies

0 commit comments

Comments
 (0)