Skip to content

Commit e8dda7c

Browse files
Update conan_ci.yml
1 parent 4f61b1c commit e8dda7c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/conan_ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ jobs:
3333
3434
- name: Create and build package
3535
run: |
36-
conan create . fossillogic/pizza_test-1.2.7@ \
36+
conan create . \
37+
--name=pizza_test \
38+
--version=1.2.7 \
39+
--user=fossillogic \
40+
--channel=stable \
3741
-s build_type=${{ matrix.build_type }}
3842
3943
- name: Run test package

0 commit comments

Comments
 (0)