Skip to content

Commit

Permalink
更新 update_hosts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sinspired authored Dec 7, 2024
1 parent 8107c7e commit 979458f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update_hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,13 @@ jobs:
run: |
python -m pip install pip
sudo pip install -r requirements.txt
pip install requests httpx
- name: Test FetchDNS
run: |
python fetch_dns.py
- name: test DOH
run: |
pip install requests httpx dnspython
python test_doh.py
- name: Run hosts update script1
Expand Down

0 comments on commit 979458f

Please sign in to comment.