Skip to content

Commit

Permalink
Add windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca committed Dec 25, 2023
1 parent 2c0e522 commit 3ec943a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: lts
check-latest: true
check-latest: true
cache: 'npm'
- name: Install linux packages
run: sudo apt-get update && sudo apt-get install wine devscripts sbuild rpm
Expand Down Expand Up @@ -69,9 +69,7 @@ jobs:
with:
name: MacOSX Binary
path: apps/*.zip


build-win:
build-win:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3ec943a

Please sign in to comment.