We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31a8f0e commit 197c239Copy full SHA for 197c239
.github/workflows/conan_ci.yml
@@ -33,11 +33,11 @@ jobs:
33
34
- name: Create and build package
35
run: |
36
- conan create . fossillogic/pizza_test-1.2.7@ \
+ conan new . fossillogic/pizza_test-1.2.7@ \
37
-s build_type=${{ matrix.build_type }}
38
39
- name: Run test package
40
41
mkdir test_package_build && cd test_package_build
42
conan install ../test_package --build=missing
43
- conan build ../test_package
+ conan build ../test_package
0 commit comments