From 4cfabb1609ac9086165a02e98eb97a11c11929b8 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 11 Aug 2023 22:32:02 +0200 Subject: [PATCH] Next try for binaryedge with a much better performing script --- .github/workflows/build-lists.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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