Skip to content

Commit 76b142d

Browse files
Ensure libmagic is installed by homebrew for macos
Signed-off-by: Ayan Sinha Mahapatra <asmahapatra@aboutcode.org>
1 parent fc1e53f commit 76b142d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/scancode-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,11 @@ jobs:
431431
with:
432432
python-version: ${{ matrix.pyver }}
433433

434+
- name: Install system dependencies
435+
run: |
436+
brew update
437+
brew install p7zip libarchive libmagic
438+
434439
- name: Download a single artifact macos_app_py_${{ matrix.pyver }}
435440
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
436441
with:

0 commit comments

Comments
 (0)