Skip to content

Commit

Permalink
update to use hickory-dns v0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-jq-b authored and zh-jq committed Dec 10, 2024
1 parent 988c9ce commit a6b77fa
Show file tree
Hide file tree
Showing 15 changed files with 121 additions and 191 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install capnproto libc-ares-dev libssl-dev liblua5.4-dev
- name: Install CA Certificates
run: |
sudo apt-get install ca-certificates
- name: Install test libs
run: |
sudo apt-get install python3-requests python3-pycurl python3-dnspython python3-socks
Expand Down Expand Up @@ -165,6 +168,9 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install capnproto libc-ares-dev libssl-dev liblua5.4-dev
- name: Install CA Certificates
run: |
sudo apt-get install ca-certificates
- name: Install binutils
run: |
cargo install cargo-binutils
Expand Down
Loading

0 comments on commit a6b77fa

Please sign in to comment.