Skip to content

Commit

Permalink
chore: setup wine step added
Browse files Browse the repository at this point in the history
  • Loading branch information
tahaluh committed Mar 28, 2024
1 parent 154ba9c commit c9f13bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c9f13bc

Please sign in to comment.