Skip to content

Commit 01765d0

Browse files
committed
night ci fix: add packages for ubuntu 20.04
Signed-off-by: pacoxu <[email protected]>
1 parent 56f17a0 commit 01765d0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/nightly.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,11 @@ jobs:
5252
libseccomp-dev:amd64 \
5353
libseccomp-dev:arm64 \
5454
libseccomp-dev:s390x \
55-
libseccomp-dev:ppc64el
55+
libseccomp-dev:ppc64el \
56+
libbtrfs-dev:amd64 \
57+
libbtrfs-dev:arm64 \
58+
libbtrfs-dev:s390x \
59+
libbtrfs-dev:ppc64el
5660
5761
- name: Build amd64
5862
env:

0 commit comments

Comments
 (0)