File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 7373 - name : Install conan
7474 uses : crazy-max/ghaction-chocolatey@v3
7575 with :
76- args : install -y conan cmake
76+ args : install -y conan cmake git 7zip jq
7777
7878 # Ensures that things installed with choco are visible to us
7979 - name : refresh env
9292 - name : Create package
9393 shell : powershell
9494 run : |
95+ Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
96+ refreshenv
9597 conan profile detect
9698 conan create . --build=missing -s compiler.cppstd=17
99+ with :
100+ env :
101+ CONAN_USER_HOME : c:/cache
102+ CONAN_USER_HOME_SHORT : c:/cache/conan_shortpaths
97103
98104 build_macos :
99105 if : github.repository_owner == 'viamrobotics'
Original file line number Diff line number Diff line change 9393 run : |
9494 conan profile detect
9595 conan create . --build=missing -s compiler.cppstd=17
96+ with :
97+ env :
98+ CONAN_USER_HOME : c:/cache
99+ CONAN_USER_HOME_SHORT : c:/cache/conan_shortpaths
96100
97101 # - name: Build
98102 # run: |
You can’t perform that action at this time.
0 commit comments