Skip to content

Commit

Permalink
Update build process to use Windows Kit path with makeappx.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
Thavarshan committed Aug 31, 2024
1 parent 38d58e7 commit 588f165
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,16 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Setup Windows SDK
uses: GuillaumeFalourd/setup-windows10-sdk-action@v2

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '20'

- name: Install dependencies
if: false
run: npm install

- name: Find Windows Kit Path
Expand Down

0 comments on commit 588f165

Please sign in to comment.