Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update URL to use github.com/yuzu-mirror instead of github.com/yuzu-emu #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update URL to use github.com/yuzu-mirror instead of github.com/yuzu-emu
  • Loading branch information
GG3Hahn authored Mar 8, 2024
commit c622d447f246d86a66473d1c5051c96e97f4dffc
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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