Skip to content

Commit fd0faa3

Browse files
committed
wip
1 parent d32993d commit fd0faa3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/android.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,11 @@ jobs:
101101
102102
steps:
103103
- name: install-deps
104+
env:
105+
DEBIAN_FRONTEND: noninteractive
104106
run: |
105107
apt-get update
106-
DEBIAN_FRONTEND=noninteractive apt-get install -y cmake wget git curl
108+
apt-get install -y cmake wget git unzip
107109
108110
- uses: actions/checkout@v4
109111
with:

0 commit comments

Comments
 (0)