From c9f13bc45de842c284c2efb2f352ee6462d2f346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thau=C3=A3=20Magalh=C3=A3es?= Date: Thu, 28 Mar 2024 12:16:06 -0300 Subject: [PATCH] chore: setup wine step added --- .github/workflows/main.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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: