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 2d7df41 commit f299251Copy full SHA for f299251
.github/workflows/conan.yml
@@ -81,8 +81,8 @@ jobs:
81
82
- name: Create package
83
run: |
84
- conan profile detect
85
- conan create . --build=missing -s compiler.cppstd=17
+ py -m conan profile detect
+ py -m conan create . --build=missing -s compiler.cppstd=17
86
87
build_macos:
88
if: github.repository_owner == 'viamrobotics'
.github/workflows/release.yml
@@ -85,8 +85,8 @@ jobs:
89
90
91
#- name: Build
92
#run: |
0 commit comments