We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 439fcf9 commit f073a02Copy full SHA for f073a02
1 file changed
.github/workflows/conan_build_and_test.yml
@@ -55,10 +55,17 @@ jobs:
55
name: Create default Conan profile
56
run: conan profile detect --force
57
58
+ - name: Debug Information
59
+ run: pwd
60
+
61
62
+ - name: Debug Information 2
63
+ run: ls -lh
64
65
- name: Conan install dependencies
66
run: |
67
conan install . \
- --install-folder build \
68
+ --output-folder build \
69
-o "manapihttp/*:shared=True" \
70
-o "manapihttp/*:lib=True" \
71
-o "manapihttp/*:json_debug=False" \
0 commit comments