Skip to content

Commit

Permalink
Merge pull request #18 from HewlettPackard/release-attempt4
Browse files Browse the repository at this point in the history
run apt update during cargo-publish
  • Loading branch information
timothyb89 authored Jun 12, 2019
2 parents 64abd1e + 459fa5a commit 0a0fbf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
- run:
name: install build dependencies
command: |
apt-get update
apt-get install -y xorg-dev python3 libxcb-shape0-dev libxcb-xfixes0-dev libxcb-render0-dev libssl-dev
- run:
name: cargo publish
Expand Down

0 comments on commit 0a0fbf5

Please sign in to comment.