Skip to content

Commit f073a02

Browse files
committed
FIX | workflow
1 parent 439fcf9 commit f073a02

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/conan_build_and_test.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,17 @@ jobs:
5555
name: Create default Conan profile
5656
run: conan profile detect --force
5757

58+
- name: Debug Information
59+
run: pwd
60+
61+
62+
- name: Debug Information 2
63+
run: ls -lh
64+
5865
- name: Conan install dependencies
5966
run: |
6067
conan install . \
61-
--install-folder build \
68+
--output-folder build \
6269
-o "manapihttp/*:shared=True" \
6370
-o "manapihttp/*:lib=True" \
6471
-o "manapihttp/*:json_debug=False" \

0 commit comments

Comments
 (0)