Skip to content

Commit

Permalink
github action: ndk update
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Sep 4, 2023
1 parent 041cd26 commit 07f7707
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true

- uses: nttld/setup-ndk@v1
with:
ndk-version: r16b

- run: wget https://github.com/chromium/chromium/raw/master/build/install-build-deps.sh

- run: sudo bash ./install-build-deps.sh --no-syms --lib32 --no-arm --no-chromeos-fonts --no-nacl --no-prompt
Expand Down

0 comments on commit 07f7707

Please sign in to comment.