mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-07 13:31:37 +02:00
chore(ci): apt update before trying to install snapcraft
refs #1940 Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
parent
4c9b060511
commit
dc3543c99c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -22,6 +22,8 @@ jobs:
|
||||
-
|
||||
name: Allow arm64 builds
|
||||
run: sudo docker run --privileged linuxkit/binfmt:v0.7
|
||||
- name: apt update
|
||||
run: sudo apt-get update
|
||||
-
|
||||
name: Set up Snapcraft
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user