Skip to content

Commit

Permalink
need library in all jobs, because npm ci fails otherwise.
Browse files Browse the repository at this point in the history
  • Loading branch information
Garfonso committed Oct 7, 2024
1 parent 66d0eac commit 263118d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ jobs:
contents: write

steps:
- uses: awalsh128/cache-apt-pkgs-action@v1
with:
packages: libgpiod-dev
version: 1.0 #string to identify the cache.
- uses: ioBroker/testing-action-deploy@v1
with:
node-version: '18.x'
Expand Down

0 comments on commit 263118d

Please sign in to comment.