Skip to content

Commit

Permalink
chg - Install autotools
Browse files Browse the repository at this point in the history
---

Type: chg
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed May 16, 2024
1 parent 6200a1a commit 96dc566
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-mgc-mac-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
with:
submodules: 'true'
ref: ${{ github.ref }}
- name: Setting up environment
run: |
brew install autoconf automake libtool
- name: libmagic compilation
run: |
cd assets/file ; autoreconf -f -i ; ./configure --disable-silent-rules ; make -j4
Expand Down

0 comments on commit 96dc566

Please sign in to comment.