Skip to content

Commit

Permalink
try gha build also windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 authored and rzr committed Jan 3, 2023
1 parent b92b166 commit 2682d1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/nodepackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
- name: Build Windows
if: startsWith(runner.OS, 'windows') == true
run: |
PATH=./node_modules/.bin:$PATH
npm install --build-from-source
./node_modules/.bin/node-pre-gyp package
- name: Test
Expand Down

0 comments on commit 2682d1f

Please sign in to comment.