diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6d5f5424..63b25087 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -98,6 +98,14 @@ jobs: name: 🏗️ Build runs-on: ubuntu-latest steps: + - name: Set up Wine + uses: actions/setup-node@v2 + with: + node-version: "14" + + - name: Install Wine + run: sudo apt update && sudo apt install wine64 + - name: ⬇️ Checkout repo uses: actions/checkout@v4 with: