Skip to content

Commit

Permalink
Update master.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sidequestlegend authored Nov 16, 2023
1 parent d408002 commit bf0cf71
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@ jobs:
fetch-depth: 1
- uses: actions/setup-node@v2
with:
node-version: '14.17.3'
node-version: '16.14.2'
- name: "Install build deps on linux"
run: |
echo $RUNNER_OS;
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt-get install libusb-1.0-0-dev
sudo apt-get install libudev-dev
fi
if [ "$RUNNER_OD" == "macOS" ]; then
python3 -m pip install packaging
fi
shell: bash
- name: "Install dependencies"
run: yarn install --network-timeout 1000000
Expand Down

0 comments on commit bf0cf71

Please sign in to comment.