trivial: circleci: run apt update before snapcraft

This commit is contained in:
Mario Limonciello 2019-02-12 11:25:50 -06:00 committed by Richard Hughes
parent 12bc17d74e
commit 1e47c7200b

View File

@ -5,6 +5,9 @@ jobs:
- image: cibuilds/snapcraft:stable - image: cibuilds/snapcraft:stable
steps: steps:
- checkout - checkout
- run:
name: "Update apt"
command: apt update
- run: - run:
name: "Build Snap" name: "Build Snap"
command: snapcraft command: snapcraft