Skip to content

Commit f299251

Browse files
committed
py -m conan
1 parent 2d7df41 commit f299251

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/conan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ jobs:
8181

8282
- name: Create package
8383
run: |
84-
conan profile detect
85-
conan create . --build=missing -s compiler.cppstd=17
84+
py -m conan profile detect
85+
py -m conan create . --build=missing -s compiler.cppstd=17
8686
8787
build_macos:
8888
if: github.repository_owner == 'viamrobotics'

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ jobs:
8585

8686
- name: Create package
8787
run: |
88-
conan profile detect
89-
conan create . --build=missing -s compiler.cppstd=17
88+
py -m conan profile detect
89+
py -m conan create . --build=missing -s compiler.cppstd=17
9090
9191
#- name: Build
9292
#run: |

0 commit comments

Comments
 (0)