mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00: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:
|
steps:
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
- name: Clone uAssets
|
||||||
|
run:
|
||||||
|
- pushd ..
|
||||||
|
- git clone --depth 1 https://github.com/uBlockOrigin/uAssets.git
|
||||||
|
- popd
|
||||||
- name: Build all packages
|
- name: Build all packages
|
||||||
run: |
|
run: |
|
||||||
tools/make-chromium.sh $VERSION
|
tools/make-chromium.sh $VERSION
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue