From 50ba57f8fc7bf17c735a67f6bedada250ecd13bf Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Wed, 9 Dec 2020 10:47:10 -0500 Subject: [PATCH] Attempt to make make GitHub Actions work --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 601324b53..7c22aed60 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,6 +16,11 @@ jobs: steps: - name: Clone repository uses: actions/checkout@v2 + - name: Clone uAssets + run: + - pushd .. + - git clone --depth 1 https://github.com/uBlockOrigin/uAssets.git + - popd - name: Build all packages run: | tools/make-chromium.sh $VERSION