1
0
forked from GitHub/gf-core

Install build tools with brew

This commit is contained in:
John J. Camilleri
2021-10-14 11:13:31 +02:00
parent 8e03b63237
commit 9b591129ed

View File

@@ -72,16 +72,14 @@ 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 \ # make \
# libtool \ # g++
# make \
# g++
- name: Build C runtime - name: Build C runtime
working-directory: ./src/runtime/c working-directory: ./src/runtime/c