From 499c3205f8cc6f67f4bdd28158873650348aecf2 Mon Sep 17 00:00:00 2001 From: juadde Date: Thu, 16 May 2024 18:04:18 +0200 Subject: [PATCH] Add gzip dependency --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4b72fc3..a09d379 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -308,7 +308,7 @@ jobs: - name: Run TShark on ARINC429 traffic run: > docker run -v .:/test amazonlinux sh -c " - yum install -y xz cmake g++ glib2-devel libgcrypt-devel c-ares-devel flex patch readline-devel unzip tar && + yum install -y xz cmake g++ glib2-devel libgcrypt-devel c-ares-devel flex patch readline-devel unzip tar gzip && curl https://www.lua.org/ftp/lua-${LUA_VERSION}.tar.gz -o lua.tar.gz && tar -xvf lua.tar.gz && cd lua-* && @@ -349,7 +349,7 @@ jobs: - name: Compile and run TShark on ARINC429 traffic run: > docker run -v .:/test amazonlinux sh -c " - yum install -y xz cmake g++ glib2-devel libgcrypt-devel c-ares-devel flex patch readline-devel unzip tar && + yum install -y xz cmake g++ glib2-devel libgcrypt-devel c-ares-devel flex patch readline-devel unzip tar gzip && curl https://www.wireshark.org/download/src/wireshark-${WIRESHARK_VERSION}.tar.xz -o wireshark.tar.xz && tar -xvf wireshark.tar.xz && cd wireshark-* &&