Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
buffer committed Jan 12, 2024
1 parent 4986026 commit df54d4e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install dependencies
run: |
brew install git automake autoconf libtool
brew install graphviz tesseract libmagic ssdeep
brew install graphviz tesseract libmagic
brew install --cask wkhtmltopdf
ln -s $(which glibtoolize) /usr/local/bin/libtoolize
Expand All @@ -58,7 +58,8 @@ jobs:
- name: Install Tox
run: |
pip3 install --upgrade pip setuptools wheel tox tox-gh-actions appdirs
pip install --upgrade pip setuptools wheel tox tox-gh-actions appdirs
BUILD_LIB=1 pip install ssdeep
- name: Install Thug configuration
run: |
Expand Down

0 comments on commit df54d4e

Please sign in to comment.