Skip to content

Commit

Permalink
Removed 3rd party dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Falci committed Nov 24, 2023
1 parent cd91dca commit ff8f2e7
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,10 @@ jobs:
- name: Install dependencies (hsd)
run: npm --prefix=hs-names install hsd@^5

- name: Download (tlds-alpha-by-domain.txt)
uses: wei/wget@v1
with:
args: -O hs-names/data/tlds-alpha-by-domain.txt https://data.iana.org/TLD/tlds-alpha-by-domain.txt

- name: Download (root.zone)
uses: wei/wget@v1
with:
args: -O hs-names/data/root.zone https://www.internic.net/domain/root.zone

- name: Build
run: |
cd hs-names
./download
# Workaround for https://github.com/chjj/bns/issues/41
sed -i '/ZONEMD/d' data/root.zone
./zone.js
Expand Down

0 comments on commit ff8f2e7

Please sign in to comment.