From c622d447f246d86a66473d1c5051c96e97f4dffc Mon Sep 17 00:00:00 2001 From: GG3Hahn Date: Fri, 8 Mar 2024 14:36:20 +0100 Subject: [PATCH] Update URL to use github.com/yuzu-mirror instead of github.com/yuzu-emu --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d838493..666ceb9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,7 @@ RUN apt-get update && apt-get -y full-upgrade && \ COPY . /root/build-files RUN --mount=type=cache,id=ccache,target=/root/.ccache \ - git clone --depth 1000 -j4 --recursive https://github.com/yuzu-emu/yuzu-mainline.git /root/yuzu-mainline && \ + git clone --depth 1000 -j4 --recursive https://github.com/yuzu-mirror/yuzu-mainline.git /root/yuzu-mainline && \ cd /root/yuzu-mainline && /root/build-files/.ci/build.sh FROM rootfs-prep AS sliced-deps