Skip to content

Commit 197c239

Browse files
make conan use the new command
1 parent 31a8f0e commit 197c239

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conan_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
3434
- name: Create and build package
3535
run: |
36-
conan create . fossillogic/pizza_test-1.2.7@ \
36+
conan new . fossillogic/pizza_test-1.2.7@ \
3737
-s build_type=${{ matrix.build_type }}
3838
3939
- name: Run test package
4040
run: |
4141
mkdir test_package_build && cd test_package_build
4242
conan install ../test_package --build=missing
43-
conan build ../test_package
43+
conan build ../test_package

0 commit comments

Comments
 (0)