Skip to content

Commit

Permalink
Install dependencies with homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Mar 31, 2023
1 parent 2d2c452 commit 31a408b
Showing 1 changed file with 4 additions and 25 deletions.
29 changes: 4 additions & 25 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,45 +31,24 @@ jobs:
- name: Install siegfried
run: |
brew install richardlehane/digipres/siegfried
shell: bash
- name: Install ClamAV
run: |
sudo apt-get install clamav
shell: bash
brew install clamav
- name: Install tree
run: |
sudo apt-get install tree
shell: bash
- name: Install disktype
run: |
sudo apt-get install disktype
shell: bash
brew install disktype
- name: Install md5deep
run: |
sudo apt-get install -y md5deep
shell: bash
brew install md5deep
- name: Install sleuthkit
run: |
brew install sleuthkit
shell: bash
- name: Install bulk_extractor
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update && sudo apt-get install -y \
git \
g++-7 \
libgnome-keyring-dev \
icnsutils \
graphicsmagick \
xz-utils \
libewf-dev \
libssl-dev \
libsqlite3-dev \
libboost-dev \
libicu-dev \
libtool
git clone --recursive https://github.com/tw4l/bulk_extractor && cd bulk_extractor && chmod 755 bootstrap.sh && ./bootstrap.sh && ./configure && make && sudo make install && cd ..
shell: bash
brew install bulk_extractor
- name: Get pip cache dir
id: "pip-cache"
run: |
Expand Down

0 comments on commit 31a408b

Please sign in to comment.