Skip to content

Commit cb158ed

Browse files
committed
update libssl1.1 link
1 parent d0c0eb7 commit cb158ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
python -m pip install flake8 pytest-cov
3131
if [ -f tests/requirements.txt ]; then pip install -r tests/requirements.txt; fi
3232
if [ "${{ matrix.python-version }}" != "3.10" ]; then pip install mindspore==2.0.0; fi
33-
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb
34-
dpkg -i libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb
33+
wget https://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.24_amd64.deb
34+
dpkg -i libssl1.1_1.1.1f-1ubuntu2.24_amd64.deb
3535
- name: Generate astar.so
3636
run: |
3737
python pygmtools/c_astar_src/build_c_astar.py

0 commit comments

Comments
 (0)