Skip to content

Commit 7833bd4

Browse files
committed
The rpm dependncies are no longer needed as it is built in the container
1 parent 466750e commit 7833bd4

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,7 @@ jobs:
108108

109109
- name: Setup | rpm Dependencies
110110
run: |
111-
sudo apt install automake autoconf autopoint gettext libtool tar \
112-
zlib1g-dev libpopt-dev libsqlite3-dev liblua5.4-dev fakechroot \
113-
libarchive-dev libmagic-dev cmake podman libelf-dev gcc g++ \
114-
python3-dev libdw-dev libcap-dev libaudit-dev libselinux-dev \
115-
scdoc doxygen
111+
sudo apt install podman
116112
117113
- name: Setup | Checkout rpm
118114
uses: actions/checkout@v4

0 commit comments

Comments
 (0)