Skip to content

Commit

Permalink
install wine
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat committed Jul 25, 2024
1 parent 225c174 commit 1a8f46e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@ jobs:
fileName: "gbdk-linux64.tar.gz"
extract: true
tarBall: true
- name: Install wine
run: |
sudo dpkg --add-architecture i386
curl -fsSL https://dl.winehq.org/wine-builds/Release.key | sudo apt-key add -
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
sudo apt-get update
sudo apt-get install -y --install-recommends winehq-stable
sudo apt-get install -y winetricks
sudo apt-get install -y winbind
- uses: schmiddim/action-wget-unzip@v2
with:
url: "https://bgb.bircd.org/bgbw64.zip"
Expand Down

0 comments on commit 1a8f46e

Please sign in to comment.