Skip to content

Commit

Permalink
Update develop.yml for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney111 authored May 14, 2024
1 parent 684dd2c commit e138473
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,6 @@ jobs:
with:
activate-environment: default
environment-file: api/environment.yml

- name: Set up Wine
uses: actions/setup-node@v2
with:
node-version: "14"

- name: Install Wine64
run: sudo apt update && sudo apt install wine64

- name: Install Wine32
run: |
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install wine32

- name: ⬇️ Checkout repo
uses: actions/checkout@v4
Expand All @@ -59,18 +45,18 @@ jobs:

- name: Build flask exe
run: pyinstaller api/app.spec

- name: Install dependencies
run: npm install

- name: 📦 Electron Builder
run: npm run electron:package:win
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Print directory tree
run: tree

- name: Get latest release number
id: get_latest_release
uses: actions/github-script@v4
Expand Down

0 comments on commit e138473

Please sign in to comment.