From a1c46abc59ddebbbe78a7932ee59070a6e6ef6a6 Mon Sep 17 00:00:00 2001 From: plutoo Date: Thu, 1 Feb 2018 22:10:37 +0100 Subject: [PATCH] Trying to fix ci --- .doozer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.doozer.json b/.doozer.json index a2b4182b..4868761f 100644 --- a/.doozer.json +++ b/.doozer.json @@ -15,7 +15,8 @@ "[ ! -d ${DEVKITPATH} ] && (rm -rf ${DEVKITPATH} && mkdir ${DEVKITPATH} && wget -O /tmp/devkita64.7z ${DEVKITURL} && cd ${DEVKITPATH} && 7z x -y /tmp/devkita64.7z) || /bin/true", "DEVKITPRO=${DEVKITPATH} make -j${PARALLEL}", - "git clone https://github.com/switchbrew/switch-examples && make -C switch_examples/" + "git clone --depth 1 https://github.com/switchbrew/switch-examples", + "DEVKITPRO=${DEVKITPATH} make -C switch_examples/" ] } }