Skip to content

Commit

Permalink
32bit bgb
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat committed Jul 25, 2024
1 parent 85ce177 commit 96808a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
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/bgb64.exe",
"../bgb/bgb.exe",
"-set \"DebugSrcBrk=1\"",
"-hf",
"-stateonexit",
Expand Down

0 comments on commit 96808a1

Please sign in to comment.