mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-27 12:54:58 +00:00
trivial: circleci: run apt update before snapcraft
This commit is contained in:
parent
12bc17d74e
commit
1e47c7200b
@ -5,6 +5,9 @@ jobs:
|
||||
- image: cibuilds/snapcraft:stable
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: "Update apt"
|
||||
command: apt update
|
||||
- run:
|
||||
name: "Build Snap"
|
||||
command: snapcraft
|
||||
|
Loading…
Reference in New Issue
Block a user