forked from GitHub/gf-core
Install build tools with brew
This commit is contained in:
14
.github/workflows/build-majestic.yml
vendored
14
.github/workflows/build-majestic.yml
vendored
@@ -72,14 +72,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
# All these are already available in GitHub runner
|
- name: Install build tools
|
||||||
# - name: Install build tools
|
run: |
|
||||||
# run: |
|
brew install
|
||||||
# sudo apt-get update
|
autoconf \
|
||||||
# sudo apt-get install -y \
|
automake \
|
||||||
# autoconf \
|
libtool \
|
||||||
# automake \
|
|
||||||
# libtool \
|
|
||||||
# make \
|
# make \
|
||||||
# g++
|
# g++
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user