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