Skip to content

Commit dbcb664

Browse files
committed
curl
1 parent b5c3dd6 commit dbcb664

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_build-pyobjcryst-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ jobs:
9393
env:
9494
CIBW_BUILD: ${{ matrix.python[1] }}-${{ matrix.buildplat[1] }}
9595
CIBW_BEFORE_BUILD: |
96-
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh \
97-
-O miniconda.sh
96+
curl -sSL https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh \
97+
-o miniconda.sh
9898
bash miniconda.sh -b -p "$HOME/miniconda"
9999
100100
export PATH="$HOME/miniconda/bin:$PATH"

0 commit comments

Comments
 (0)