Install missing libtool
package on macos-14
This commit is contained in:
parent
8afed63683
commit
e18643ed08
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build_and_test.yml
vendored
5
.github/workflows/build_and_test.yml
vendored
|
@ -88,6 +88,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "PRESET=$(echo "${{ runner.os }}" | perl -ne "print lc")-ci" >> ${GITHUB_ENV}
|
echo "PRESET=$(echo "${{ runner.os }}" | perl -ne "print lc")-ci" >> ${GITHUB_ENV}
|
||||||
|
|
||||||
|
- name: Ensure libtool is installed on macOS
|
||||||
|
shell: bash
|
||||||
|
run: brew install libtool
|
||||||
|
if: runner.os == 'macOS'
|
||||||
|
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue