diff --git a/.github/actions/setup-x11-drivers/action.yml b/.github/actions/setup-x11-drivers/action.yml index 8ebc6db..3121b12 100644 --- a/.github/actions/setup-x11-drivers/action.yml +++ b/.github/actions/setup-x11-drivers/action.yml @@ -1,4 +1,4 @@ -name: Setup Godot X11 Drivers Emulators +name: Setup Godot X11 Dependencies description: Setup Godot X11 Drivers Emulators. runs: using: "composite" @@ -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