Skip to content

Commit

Permalink
ci: fix image
Browse files Browse the repository at this point in the history
  • Loading branch information
houqp committed Jun 11, 2019
1 parent 6b03691 commit 6b8fff7
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 @@ -3,13 +3,13 @@ version: 2
jobs:
test:
docker:
- image: cirepo/rust:1.33.0-bionic
- image: rust:1.35-slim-stretch
steps:
- checkout
- run:
name: install leptonica & tesseract
command: |
echo 'deb http://deb.debian.org/debian stretch-backports main' | sudo tee -a /etc/apt/sources.list
echo 'deb http://deb.debian.org/debian stretch-backports main' | tee -a /etc/apt/sources.list
apt-get update
apt-get -t stretch-backports -y install libleptonica-dev libtesseract-dev=4.0.0-2~bpo9+1 tesseract-ocr-eng
- run:
Expand Down

0 comments on commit 6b8fff7

Please sign in to comment.