mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Attempt to make make GitHub Actions work
This commit is contained in:
parent
ea89baf1fd
commit
50ba57f8fc
1 changed files with 5 additions and 0 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue