File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ jobs:
163163 echo "asset_name=$new_installer_name" >> $GITHUB_ENV
164164 echo "Installer name: "$new_installer_name
165165 echo "#################################"
166- installer_path=$(readlink -f $new_installer_name)
166+ installer_path="file://" $(readlink -f $new_installer_name)
167167 echo "installer_path=$installer_path" >> $GITHUB_ENV
168168 echo "Installer path: "$installer_path
169169 echo "#################################"
@@ -183,7 +183,7 @@ jobs:
183183 - uses : conda-incubator/setup-miniconda@v3
184184 with :
185185 channels : conda-forge
186- installer-url : ${{ env.installer_path }}
186+ installer-url : " file:// " ${{ env.installer_path }}
187187 auto-activate-base : true
188188 activate-environment : " "
189189
You can’t perform that action at this time.
0 commit comments