From b06e742d6d5dbd5305c6c336f6e515930331db26 Mon Sep 17 00:00:00 2001 From: warrickct Date: Thu, 3 Mar 2022 13:50:40 +1100 Subject: [PATCH] Testing out cloning repository in github actions. --- .github/workflows/build-binaries.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index 9b990e5bf..29a67f407 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -51,6 +51,15 @@ jobs: - name: Install Dependencies run: yarn install --frozen-lockfile --network-timeout 600000 + - name: Fetch open group blocklist + use: actions/checkout@v3 + with: + repository: oxen-io/blocklist + path: blocklist + + - name: Find blocklist + run: find / -name "session-desktop" 2>/dev/null + - name: Generate and concat files run: yarn generate