File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -165,11 +165,6 @@ jobs:
165165 run : choco install -y conan git
166166
167167 - name : Set up python/conan
168- env :
169- CONAN_REMOTE_URL : ${{ secrets.conanRemote }}
170- CONAN_LOGIN_USERNAME_VIAMCONAN : ${{ secrets.conanUsername}}
171- CONAN_USER_HOME : c:/cache
172- CONAN_USER_HOME_SHORT : c:/cache/conan_shortpaths
173168 shell : powershell
174169 run : |
175170 Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
@@ -179,6 +174,12 @@ jobs:
179174
180175 conan remote add viamconan $env:CONAN_REMOTE_URL
181176 conan remote auth -cc core:non_interactive=True viamconan
177+ env :
178+ CONAN_REMOTE_URL : ${{ secrets.conanRemote }}
179+ CONAN_LOGIN_USERNAME_VIAMCONAN : ${{ secrets.conanUsername}}
180+ CONAN_PASSWORD_VIAMCONAN : ${{ secrets.conanPassword }}
181+ CONAN_USER_HOME : c:/cache
182+ CONAN_USER_HOME_SHORT : c:/cache/conan_shortpaths
182183
183184 - name : Create and upload package
184185 shell : powershell
You can’t perform that action at this time.
0 commit comments