Skip to content

Commit 434046e

Browse files
committed
Fix libtool
1 parent b14278c commit 434046e

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/Linux_ARM64.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,6 @@ jobs:
6969
sudo python3 -m pip install -U pip setuptools
7070
sudo python3 -m pip install -U meson ninja
7171
72-
- name: Install libtool
73-
run: |
74-
brew install libtool
75-
7672
- uses: actions/checkout@v4
7773
with:
7874
fetch-depth: 0

.github/workflows/macOS_ARM64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Install brew packages
26-
run: brew install autoconf automake dos2unix meson
26+
run: brew install autoconf automake dos2unix libtool meson
2727

2828
- uses: actions/checkout@v4
2929
with:

.github/workflows/macOS_x86-64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Install brew packages
26-
run: brew install autoconf automake dos2unix meson
26+
run: brew install autoconf automake dos2unix libtool meson
2727

2828
- uses: actions/checkout@v4
2929
with:

0 commit comments

Comments
 (0)