Skip to content

Commit

Permalink
install zip in build env for building package zip files, for #1489
Browse files Browse the repository at this point in the history
  • Loading branch information
melvinzhang committed Feb 28, 2018
1 parent e720e60 commit 6ce2e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
docker:
- image: openjdk:8
steps:
- run: dpkg --add-architecture i386 && apt-get update && apt-get install -y make ant libstdc++6:i386 libgcc1:i386 zlib1g:i386 libncurses5:i386
- run: dpkg --add-architecture i386 && apt-get update && apt-get install -y make ant zip libstdc++6:i386 libgcc1:i386 zlib1g:i386 libncurses5:i386
- checkout
- run:
command: make circleci
Expand Down

0 comments on commit 6ce2e6a

Please sign in to comment.