Skip to content

Commit f935042

Browse files
committed
CI: install autotools on macos
1 parent f23087c commit f935042

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
id: cache-ctags
5656
with:
5757
path: $HOME/local
58-
key: ${{ runner.os }}-ctags-$CTAGS_VERSION
58+
key: ${{ runner.os }}-ctags-${{ env.CTAGS_VERSION }}
5959

6060
# If cache is missed, re-install universal-ctags
6161
- name: Install Universal ctags
@@ -64,6 +64,7 @@ jobs:
6464
git clone https://github.com/universal-ctags/ctags.git
6565
cd ctags
6666
git checkout tags/$CTAGS_VERSION
67+
builtin type -P brew &> /dev/null && brew install automake
6768
./autogen.sh
6869
./configure --prefix=$HOME/local
6970
make -j 4 install

0 commit comments

Comments
 (0)