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