Skip to content

Commit

Permalink
Fix GitHub Actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
MultiMote committed Oct 24, 2024
1 parent f85be62 commit c7b5d53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npmjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
scope: '@mmote'

- name: Install bluetooth-serial-port build dependencies
run: apt-get update && apt-get install -y build-essential libbluetooth-dev
run: sudo apt-get update && sudo apt-get install -y build-essential libbluetooth-dev

- name: Install dependencies
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mmote/niimbluelib-headless",
"version": "0.0.1",
"version": "0.0.2",
"description": "Headless clients for niimbluelib",
"keywords": [
"command-line",
Expand Down

0 comments on commit c7b5d53

Please sign in to comment.