From cf3c151d3351a3b3a8be16140761ac44ebf2bb82 Mon Sep 17 00:00:00 2001 From: Aloxaf Date: Fri, 26 Apr 2024 10:11:55 +0800 Subject: [PATCH] ci: install dependency on macos (#434) --- .github/workflows/macos.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index f76b8d4..e504cfa 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -17,6 +17,8 @@ jobs: with: fetch-depth: 1 + - run: brew install autoconf automake libtool + # FIXME: test on macOS #- name: test completion # run: cd test && zsh -f runtests.zsh fzftab.ztst