Skip to content

Commit

Permalink
chore: fix snap circle job
Browse files Browse the repository at this point in the history
  • Loading branch information
RasPhilCo committed Jul 29, 2019
1 parent c9b7dbb commit b910500
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ jobs:
environment:
LC_ALL: C.UTF-8
steps:
# the snapcraft image does not include git
- run: apt-get -qq update; apt-get -y install git
- checkout
- run: ./scripts/snap
workflows:
Expand Down

0 comments on commit b910500

Please sign in to comment.