mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
[Linux] Update miniconda download link (#8043)
This commit is contained in:
committed by
GitHub
parent
38a9b4344f
commit
08794b3341
@@ -5,7 +5,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# Install Miniconda
|
# Install Miniconda
|
||||||
curl -fsSL https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -o miniconda.sh \
|
curl -fsSL https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -o miniconda.sh \
|
||||||
&& chmod +x miniconda.sh \
|
&& chmod +x miniconda.sh \
|
||||||
&& ./miniconda.sh -b -p /usr/share/miniconda \
|
&& ./miniconda.sh -b -p /usr/share/miniconda \
|
||||||
&& rm miniconda.sh
|
&& rm miniconda.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user