Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
pinheadmz committed Nov 29, 2022
1 parent 72659da commit d5de2c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
node-version: 18.x

- name: Install dependencies
run: sudo apt-get install -y libunbound-dev |
run: sudo apt-get update && sudo apt-get install -y libunbound-dev |
npm install nyc coveralls

- name: Test
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:

- name: Install libunbound
if: contains(matrix.os, 'ubuntu')
run: sudo apt-get install -y libunbound-dev
run: sudo apt-get update && sudo apt-get install -y libunbound-dev

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit d5de2c6

Please sign in to comment.