From 444d03db9c4426435986ec82bd4a4a77e36ede18 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Wed, 23 Jul 2025 14:04:11 +0200 Subject: [PATCH] switch to another site that still has libffi6 (for now) --- .github/workflows/loongarch64_clang.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/loongarch64_clang.yml b/.github/workflows/loongarch64_clang.yml index fdb48309b..a42a2cd65 100644 --- a/.github/workflows/loongarch64_clang.yml +++ b/.github/workflows/loongarch64_clang.yml @@ -35,7 +35,7 @@ jobs: - name: Install libffi6 run: | - wget http://ftp.ca.debian.org/debian/pool/main/libf/libffi/libffi6_3.2.1-9_amd64.deb + wget https://download.nvidia.com/cumulus/apt.cumulusnetworks.com/pool/upstream/libf/libffi/libffi6_3.2.1-9_amd64.deb sudo dpkg -i libffi6_3.2.1-9_amd64.deb - name: Install APT deps