Skip to content

Commit

Permalink
Install Windows SDK for building on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Thavarshan committed Aug 30, 2024
1 parent 651c8dc commit 281ef08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
- name: Install dependencies
run: npm install

- name: Install Windows SDK
run: choco install windows-sdk-10-version-1903-all -y
shell: pwsh

- name: Build Electron app
run: npm run make
continue-on-error: false
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:

jobs:
build-and-publish-mac-linux:
if: false
if: false
strategy:
matrix:
Expand Down Expand Up @@ -55,7 +54,7 @@ jobs:

create-release:
if: false
needs: [build-and-publish-mac-linux, build-and-publish-windows]
needs: [build-and-publish-mac-linux]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 281ef08

Please sign in to comment.