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/" ] } }