aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-01-17 00:08:12 -0500
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-01-17 12:42:28 -0500
commit78620dbd28396d365d55493a7c72c95337e37df3 (patch)
treee5836c99e5fce50ff40bf5ea607eba23f639960e
parent402f2bda131d4f5aeb33957766ffb0523f43c879 (diff)
downloadrneovim-78620dbd28396d365d55493a7c72c95337e37df3.tar.gz
rneovim-78620dbd28396d365d55493a7c72c95337e37df3.tar.bz2
rneovim-78620dbd28396d365d55493a7c72c95337e37df3.zip
ci(GHA): install perl on osx
Fix missing header files in system perl.
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 34c3b2b4bb..44a911b21b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
brew unlink gcc@8 gcc@9
brew update >/dev/null
brew upgrade
- brew install automake ccache cpanminus ninja
+ brew install automake ccache perl cpanminus ninja
- name: Setup interpreter packages
run: |