From 806fc505d55ef123237d1dda0cb5149221482035 Mon Sep 17 00:00:00 2001 From: Giovanni Bajo Date: Thu, 26 Jan 2023 09:08:26 +0100 Subject: [PATCH] Touch the toolchain file to force build via new CI --- tools/build-toolchain.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build-toolchain.sh b/tools/build-toolchain.sh index 76a8493679..5dc47a3a2f 100755 --- a/tools/build-toolchain.sh +++ b/tools/build-toolchain.sh @@ -1,6 +1,6 @@ #! /bin/bash # N64 MIPS GCC toolchain build/install script for Unix distributions -# (c) 2012-2021 DragonMinded and libDragon Contributors. +# (c) 2012-2023 DragonMinded and libDragon Contributors. # See the root folder for license information. # Bash strict mode http://redsymbol.net/articles/unofficial-bash-strict-mode/