Skip to content

Commit eb9fac8

Browse files
authored
Merge pull request sleuthkit#3254 from sleuthkit/patch-new-test-data
new disk image source
2 parents caad97a + 8948ee5 commit eb9fac8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build-unix.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
export CPPFLAGS=-I/opt/homebrew/include/
143143
export LDFLAGS=-L/opt/homebrew/lib/
144144
brew update
145-
brew install libtool autoconf automake libtool libewf libmagic afflib
145+
brew install libtool autoconf automake libtool libewf libmagic afflib wget
146146
echo MATRIX_ENABLE_JAVA=$MATRIX_ENABLE_JAVA
147147
if [ ${MATRIX_ENABLE_JAVA}x == "yesx" ]; then
148148
echo Installing JAVA
@@ -161,14 +161,14 @@ jobs:
161161
if: ${{ matrix.os == 'linux' }}
162162
run: |
163163
sudo apt update
164-
sudo apt install -y ant autoconf automake g++ libssl-dev afflib-tools libewf-dev libqcow-dev libvhdi-dev libvmdk-dev libmagic-dev libtool make pkg-config zlib1g-dev
164+
sudo apt install -y ant autoconf automake g++ libssl-dev afflib-tools libewf-dev libqcow-dev libvhdi-dev libvmdk-dev libmagic-dev libtool make pkg-config zlib1g-dev wget
165165
166166
- name: Install Mingw packages and setup for cross-compiling
167167
if: ${{ matrix.os == 'mingw' }}
168168
run: |
169169
sudo dpkg --add-architecture i386
170170
sudo apt update
171-
sudo apt install autoconf automake libtool make pkg-config mingw-w64 mingw-w64-tools libz-mingw-w64-dev wine32 wine64
171+
sudo apt install autoconf automake libtool make pkg-config mingw-w64 mingw-w64-tools libz-mingw-w64-dev wine32 wine64 wget
172172
sudo update-alternatives --set ${{ matrix.arch }}-w64-mingw32-g++ /usr/bin/${{ matrix.arch }}-w64-mingw32-g++-posix
173173
# This is not working; also requires mingw-w64-x86_64-libgnurx
174174
# echo === installing libmagic for mingw ===
@@ -197,7 +197,8 @@ jobs:
197197
run: |
198198
cd ..
199199
pwd
200-
git clone https://github.com/sleuthkit/sleuthkit_test_data
200+
wget https://digitalcorpora.s3.amazonaws.com/corpora/drives/tsk-2024/sleuthkit_test_data.zip
201+
unzip sleuthkit_test_data.zip
201202
cd sleuthkit_test_data
202203
make unpack
203204
find . -ls | grep -v '[.]git'

0 commit comments

Comments
 (0)