Skip to content

Commit a6cb2eb

Browse files
committed
Add more build deps
1 parent 9fc99e6 commit a6cb2eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-ndk.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ jobs:
9090

9191
- name: Get dependencies
9292
run: |
93-
sudo apt install libc6-dev clang
93+
sudo apt update
94+
sudo apt install build-essential libc6-dev clang cmake ninja-build linux-libc-dev
9495
9596
# Run Rust tests
9697
- name: Run Rust Tests

0 commit comments

Comments
 (0)