We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe5fa6 commit 1cd2a7cCopy full SHA for 1cd2a7c
1 file changed
.github/workflows/release-metadata.yaml
@@ -33,7 +33,7 @@ jobs:
33
- name: Install tools
34
run: |
35
ARCH="$(uname -m)-linux"
36
- sudo apt-get update
+ sudo apt-get update || true
37
sudo apt-get install -y zstd xz-utils jq
38
39
# Download sbuild-meta
0 commit comments