We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c52a15 commit f8a9d7cCopy full SHA for f8a9d7c
1 file changed
.github/workflows/mkosi-build.yml
@@ -64,8 +64,9 @@ jobs:
64
sudo apt-get update
65
sudo apt-get install --yes --no-install-recommends \
66
build-essential ca-certificates cmake cpio cryptsetup-bin curl \
67
- dosfstools gdisk git jq libssl-dev mtools pax-utils pkg-config \
68
- python3-venv squashfs-tools systemd-ukify xz-utils zstd
+ debian-archive-keyring dosfstools gdisk git jq libssl-dev mtools \
+ pax-utils pkg-config python3-venv squashfs-tools systemd-ukify \
69
+ xz-utils zstd
70
71
- name: Install pinned mkosi and Rust/Go tools
72
run: |
0 commit comments