Skip to content

Commit

Permalink
Add zip tool to the install list for Android tests (dotnet#57569)
Browse files Browse the repository at this point in the history
On default WSL Ubuntu `zip` is not installed, and trying to build Android tests fails with rather cryptic errors.
  • Loading branch information
vitek-karas authored Aug 17, 2021
1 parent 57dd919 commit 0042240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/workflow/testing/libraries/testing-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The following dependencies should be installed in order to be able to run tests:

OpenJDK can be installed on Linux (Ubuntu) using `apt-get`:
```bash
sudo apt-get install openjdk-8 unzip
sudo apt-get install openjdk-8 zip unzip
```

Android SDK, NDK and OpenSSL can be automatically installed via the following script:
Expand Down

0 comments on commit 0042240

Please sign in to comment.