Skip to content

Commit

Permalink
fix publish ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sombriks committed Jun 29, 2024
1 parent 99ee065 commit 8385b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build-and-publish:
runs-on: ubuntu-22.04
steps:
- run: apt-get install gpiod libgpiod2 libgpiod-dev libnode-dev -y\
- run: sudo apt-get install gpiod libgpiod2 libgpiod-dev libnode-dev -y
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 8385b56

Please sign in to comment.