mirror of
https://github.com/gorhill/uBlock.git
synced 2025-01-31 20:21:35 +01:00
Attempt to make make GitHub Actions work
This commit is contained in:
parent
50ba57f8fc
commit
2d4924ab9d
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user