ci(GHA): install perl on osx

Fix missing header files in system perl.
This commit is contained in:
Jan Edmund Lazo
2021-01-17 00:08:12 -05:00
parent 402f2bda13
commit 78620dbd28

View File

@@ -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: |