From 0d44e695a3fce1cd9625aa49de9857c1a4af031a Mon Sep 17 00:00:00 2001 From: notyourav <65437533+notyourav@users.noreply.github.com> Date: Mon, 15 Mar 2021 02:45:30 -0700 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c7a3e502..0de49ce0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { git clone https://github.com/zeldaret/tmc cd ./tmc sh ${env.AGBCC}/install.sh . - sh 'cp /usr/local/etc/roms/baserom_tmc.gba baserom.gba' + sh 'cp /usr/local/etc/roms/tmc.us.gba baserom.gba' sh 'make -j setup' } }