Skip to content

Commit

Permalink
ci: install wine
Browse files Browse the repository at this point in the history
  • Loading branch information
florianvazelle committed Jan 4, 2024
1 parent 591c00d commit b742f87
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/actions/setup-x11-drivers/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Setup Godot X11 Drivers Emulators
name: Setup Godot X11 Dependencies
description: Setup Godot X11 Drivers Emulators.
runs:
using: "composite"
Expand Down Expand Up @@ -30,3 +30,12 @@ runs:
shell: bash
run: sudo apt-get install -y pulseaudio

##############################
# Windows Specific Builds #
##############################

# To allow godot to setup windows iconss
- name: Install Wine
if: ${{ runner.os == 'Linux' }}
shell: bash
run: sudo apt install wine64

0 comments on commit b742f87

Please sign in to comment.