diff --git a/.doozer.json b/.doozer.json index 6e02ed1d..7b14d551 100644 --- a/.doozer.json +++ b/.doozer.json @@ -5,9 +5,7 @@ "buildenv": "docker:devkitpro/devkita64", "buildcmd": [ - "sudo -E make -j${PARALLEL} -C nx install", - "git clone --depth 1 https://github.com/switchbrew/switch-examples", - "make -C switch-examples/" + "sudo -E make -j${PARALLEL} -C nx install" ] },