diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9155feb..f6f28d7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,13 +39,14 @@ jobs: sudo apt install --install-recommends winehq-stable sudo apt install -y winetricks sudo apt install -y winbind + wine --version # - name: Install docker-wine # run: | # wget https://raw.githubusercontent.com/scottyhardy/docker-wine/master/docker-wine # chmod +x docker-wine - uses: schmiddim/action-wget-unzip@v2 with: - url: "https://bgb.bircd.org/bgb.zip" + url: "https://bgb.bircd.org/bgbw64.zip" destination: bgb - name: Install dependencies run: | diff --git a/tests/bgb_get_snapshot.py b/tests/bgb_get_snapshot.py index 742325a..e0ba2c9 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/bgb.exe", + "../bgb/bgb64.exe", "-set \"DebugSrcBrk=1\"", "-hf", "-stateonexit",