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 887ea04 commit 24851be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodepackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
node-version: ${{ matrix.node_version }}
- name: Install dependencies
if: startsWith(runner.OS, 'windows') == false
run: |
sudo apt -qq update
sudo apt install -y libudev-dev
Expand Down

0 comments on commit 24851be

Please sign in to comment.