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
No known key found for this signature in database
GPG Key ID: 64915E6E9F735B15
1 changed files with 1 additions and 1 deletions

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