From 028ee33d7193db3311ac19cdf73e7aa7ca21b66c Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: Mon, 30 Nov 2020 21:03:27 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be24feb..9a2f818 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ image: debian:bullseye-slim build: script: - - sed -i 's|http://deb.|http://ftp.de|g' /etc/apt/sources.list + - sed -i 's|http://deb.|http://ftp.de.|g' /etc/apt/sources.list - apt update - apt-get -y install sudo - apt-get -y install bc parted multistrap udisks2 gcc-aarch64-linux-gnu make device-tree-compiler qemu-user-static binfmt-support build-essential bison flex libssl-dev bash qemu-system-aarch64 git -- GitLab