Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rainlizard authored Jan 28, 2025
1 parent 98bd2b3 commit 61bb440
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,13 @@ jobs:

- name: Install Wine
run: |
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install -y wine64
sudo apt-get install -y wine64 wine
sudo ldconfig
which wine64
wine64 --version
sleep 5 # Give the system a moment to fully register the wine64 command
- name: Download rcedit
run: |
wget https://github.com/electron/rcedit/releases/download/v2.0.0/rcedit-x64.exe -O rcedit.exe
Expand Down

0 comments on commit 61bb440

Please sign in to comment.