diff --git a/.github/workflows/build-lists.yml b/.github/workflows/build-lists.yml index b51b521..4df8ff0 100644 --- a/.github/workflows/build-lists.yml +++ b/.github/workflows/build-lists.yml @@ -35,8 +35,8 @@ jobs: - name: Install dns-ptr-resolver if: steps.cache-dns-ptr-resolver.outputs.cache-hit != 'true' run: cargo install dns-ptr-resolver@1.1.0 - #- name: Build the binaryedge list - # run: ./make-binaryedge.sh + - name: Build the binaryedge list + run: ./make-binaryedge.sh - name: Build the stretchoid list run: ./make-stretchoid.sh - name: Post the summary