Skip to content

Commit

Permalink
Use the right path to extract archives
Browse files Browse the repository at this point in the history
  • Loading branch information
juadde committed May 21, 2024
1 parent 52e4032 commit b361761
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -413,17 +413,17 @@ jobs:
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 gzip &&
tar -xvf lua.tar.gz &&
tar -xvf test/lua.tar.gz &&
cd lua-* &&
make "MYCFLAGS=-fPIC" linux install &&
cd .. &&
tar -xvf wireshark.tar.xz &&
tar -xvf test/wireshark.tar.xz &&
cd wireshark-* &&
cmake ${WIRESHARK_CENTOS_BUILD_OPTS} -DENABLE_LUA=ON -DFETCH_lua=OFF -DBUILD_wireshark=OFF -DBUILD_tshark=ON . &&
make tshark install &&
cd .. &&
unzip /test/Wireshark_plugin.zip -d /usr/local &&
tar -xvf bitop.zip &&
tar -xvf test/bitop.zip &&
cd LuaBitOp-* &&
make install &&
cd .. &&
Expand Down Expand Up @@ -455,7 +455,7 @@ jobs:
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 gzip &&
tar -xvf wireshark.tar.xz &&
tar -xvf test/wireshark.tar.xz &&
cd wireshark-* &&
cmake ${WIRESHARK_CENTOS_BUILD_OPTS} -DENABLE_LUA=ON -DFETCH_lua=ON -DBUILD_wireshark=OFF -DBUILD_tshark=ON . &&
make tshark install &&
Expand Down

0 comments on commit b361761

Please sign in to comment.