File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments