Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Apr 3, 2024
1 parent d32993d commit fd0faa3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,11 @@ jobs:
steps:
- name: install-deps
env:
DEBIAN_FRONTEND: noninteractive
run: |
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install -y cmake wget git curl
apt-get install -y cmake wget git unzip
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit fd0faa3

Please sign in to comment.