Skip to content

Commit

Permalink
Attempt to make make GitHub Actions work
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Dec 9, 2020
1 parent ea89baf commit 50ba57f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50ba57f

Please sign in to comment.