From 19c85a7c2e2063f2d42cff9a5b1a8ce0c660c61e Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Sat, 30 Apr 2022 20:42:36 +0200 Subject: [PATCH] Update uCity commit to fix deprecation warnings Cleaning up the logs! See #991 for context. --- test/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run-tests.sh b/test/run-tests.sh index f4ee6e96..85953ade 100755 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -50,7 +50,7 @@ if [ ! -d ucity ]; then fi pushd ucity git fetch -git checkout 15be184b26b337110e1ec2998cd42f134f00f281 +git checkout d8878233da7a6569f09f87b144cb5bf140146a0f make clean make -j4 RGBDS=../../ popd