From 96808a1a35be19cbca842f637557966af76772af Mon Sep 17 00:00:00 2001 From: Tim Stirrat Date: Fri, 26 Jul 2024 00:13:50 +0200 Subject: [PATCH] 32bit bgb --- .github/workflows/test.yml | 2 +- tests/bgb_get_snapshot.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c43efd9..9155feb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,7 +45,7 @@ jobs: # chmod +x docker-wine - uses: schmiddim/action-wget-unzip@v2 with: - url: "https://bgb.bircd.org/bgbw64.zip" + url: "https://bgb.bircd.org/bgb.zip" destination: bgb - name: Install dependencies run: | diff --git a/tests/bgb_get_snapshot.py b/tests/bgb_get_snapshot.py index e0ba2c9..742325a 100644 --- a/tests/bgb_get_snapshot.py +++ b/tests/bgb_get_snapshot.py @@ -44,7 +44,7 @@ def make_and_run(rom_relative): subprocess.run([ "/usr/bin/env", "wine", - "../bgb/bgb64.exe", + "../bgb/bgb.exe", "-set \"DebugSrcBrk=1\"", "-hf", "-stateonexit",