Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
remove backports
Browse files Browse the repository at this point in the history
  • Loading branch information
vulet committed May 12, 2019
1 parent fbfeb83 commit 468c626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Install required packages
command: |
sudo apt-get update
sudo apt-get -t jessie-backports install libudev-dev libusb-1.0-0-dev
sudo apt-get -t install libudev-dev libusb-1.0-0-dev
- restore_cache:
key: dependency-cache-{{ checksum "yarn.lock" }}
- run:
Expand Down

0 comments on commit 468c626

Please sign in to comment.