Skip to content

Commit

Permalink
manually installing the latest winetricks version
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmm committed Sep 24, 2024
1 parent 9ac694b commit 8a2eb52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
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 -y --install-recommends winehq-stable wget xvfb
sudo apt-get install -y --install-recommends winehq-stable wget xvfb cabextract
- name: configure wine
run: |
Expand Down

0 comments on commit 8a2eb52

Please sign in to comment.