Skip to content

Commit

Permalink
Add zlib1g-dev to CircleCI dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsteinerde committed Jan 12, 2020
1 parent 9f848b0 commit e2046e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- checkout
- run:
name: Install openssl
command: apt-get -qq update && apt-get install -yq libssl-dev
command: apt-get -qq update && apt-get install -yq libssl-dev zlib1g-dev
- run:
name: Compile code
command: swift build
Expand All @@ -23,7 +23,7 @@ jobs:
- checkout
- run:
name: Install openssl
command: apt-get -qq update && apt-get install -yq libssl-dev
command: apt-get -qq update && apt-get install -yq libssl-dev zlib1g-dev
- run:
name: Compile code with optimizations
command: swift build -c release
Expand Down

0 comments on commit e2046e5

Please sign in to comment.