Skip to content

Commit f4caa61

Browse files
authored
Merge pull request #5395 from martin-frbg/fixloongsonCI
Fix libffi6 download in the Loongarch64_clang CI job (for now)
2 parents 2f81d6e + 444d03d commit f4caa61

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)