Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
pinheadmz committed Dec 12, 2022
1 parent f7eb08c commit 55df6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Ubuntu Install Deps
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install -y libunbound-dev
run: sudo apt-get update && sudo apt-get install -y libunbound-dev

- name: Build
run: ./autogen.sh && ./configure --with-network=regtest && make
Expand Down

0 comments on commit 55df6af

Please sign in to comment.