github: install biplist for macos.

This commit is contained in:
Dario Lombardo 2020-10-15 16:44:04 +02:00 committed by AndersBroman
parent 21d3eb2338
commit 52d7eb733d
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ jobs:
run: pip3 install dmgbuild
- name: Install pytest
run: pip install pytest pytest-xdist
- name: Install biplist
run: pip install biplist
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1.1.1
with: