1
0
forked from GitHub/gf-core

Add glibtoolize to macOS CI

This commit is contained in:
John J. Camilleri
2021-10-14 11:07:38 +02:00
parent 86246c6fb8
commit 8e03b63237

View File

@@ -86,6 +86,7 @@ jobs:
- name: Build C runtime
working-directory: ./src/runtime/c
run: |
glibtoolize
autoreconf -i
./configure
make