From 2b8dfe7f3eb7ecb7b24c7b11419e1f0c76309935 Mon Sep 17 00:00:00 2001 From: janson Date: Wed, 20 Mar 2024 08:32:54 +0800 Subject: [PATCH] fix repo --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bab9e4c..ec6e361 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,10 +85,10 @@ jobs: sed -i 's/ unofficial/ oversea/' ib/Makefile case ${IB_NAME} in *x86*) - cp src/repositories_x86_64.conf repositories.conf + cp src/repositories_x86_64.conf ib/repositories.conf ;; *) - cp src/repositories_aarch64.conf repositories.conf + cp src/repositories_aarch64.conf ib/repositories.conf ;; esac