Skip to content

Commit

Permalink
use 64 bit again, print version
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat committed Jul 26, 2024
1 parent 96808a1 commit 09f40bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion tests/bgb_get_snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 09f40bd

Please sign in to comment.