Skip to content

Commit 444d03d

Browse files
authored
switch to another site that still has libffi6 (for now)
1 parent 2f81d6e commit 444d03d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/loongarch64_clang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Install libffi6
3737
run: |
38-
wget http://ftp.ca.debian.org/debian/pool/main/libf/libffi/libffi6_3.2.1-9_amd64.deb
38+
wget https://download.nvidia.com/cumulus/apt.cumulusnetworks.com/pool/upstream/libf/libffi/libffi6_3.2.1-9_amd64.deb
3939
sudo dpkg -i libffi6_3.2.1-9_amd64.deb
4040
4141
- name: Install APT deps

0 commit comments

Comments
 (0)