Skip to content

Commit

Permalink
ci: install libcurl-dev pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
kdev committed Dec 29, 2023
1 parent 1e1cb11 commit 3325526
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
with:
node-version: '20'

- name: 'Install libcurl dev'
run: apt-get install libcurl-dev

- name: '📦 install dependencies'
run: npm ci

Expand Down

0 comments on commit 3325526

Please sign in to comment.