Skip to content

Commit 474c9b5

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

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/scancode-release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,11 @@ jobs:
266266
with:
267267
python-version: ${{ matrix.pyver }}
268268

269+
- name: Install system dependencies
270+
run: |
271+
brew update
272+
brew install p7zip libarchive libmagic
273+
269274
- name: Download wheels artifact
270275
uses: actions/download-artifact@v4
271276
with:
@@ -409,6 +414,11 @@ jobs:
409414
with:
410415
python-version: ${{ matrix.pyver }}
411416

417+
- name: Install system dependencies
418+
run: |
419+
brew update
420+
brew install p7zip libarchive libmagic
421+
412422
- name: Download a single artifact macos_app_py_${{ matrix.pyver }}
413423
uses: actions/download-artifact@v4
414424
with:

0 commit comments

Comments
 (0)