We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94b3570 commit 4fc2b9eCopy full SHA for 4fc2b9e
1 file changed
.github/workflows/build.yml
@@ -25,16 +25,8 @@ jobs:
25
# ----------------------------
26
# Setup Conan
27
28
- - name: Setup Conan
+ - name: Install Conan
29
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
38
39
40
# Install dependencies
0 commit comments