Skip to content

Commit

Permalink
updated github actions configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmm committed Apr 25, 2024
1 parent cd89ea1 commit 3bcb93f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,14 @@ jobs:

- name: install packages
run: |
sudo dpkg --add-architecture i386
sudo dpkg --add-architecture i386
sudo mkdir -pm755 /etc/apt/keyrings
sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources
sudo apt-get update
sudo apt-get install wine32
sudo apt-get install -y wine winetricks wget xvfb
sudo apt-get install -y --install-recommends winehq-stable winetricks wget xvfb
#sudo apt-get install -y wine winetricks wget xvfb
#sudo apt-get install wine32
- name: start xvfb
run: Xvfb :0 -screen 0 1024x768x16 &
Expand Down

0 comments on commit 3bcb93f

Please sign in to comment.