Skip to content

Commit

Permalink
Add step to install dependencies in build-ndk.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTheMan827 committed Jan 24, 2025
1 parent b502ee5 commit b4e5c1c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-ndk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ jobs:
submodules: true
lfs: true

- name: Install dependencies
run: |
apt-get update
apt-get install -y tee
- uses: seanmiddleditch/gha-setup-ninja@v3

- name: Setup NDK
Expand Down

0 comments on commit b4e5c1c

Please sign in to comment.