ci: Install pyyaml on macOS

This commit is contained in:
Matt Borgerson 2022-04-22 03:22:39 -07:00 committed by mborgerson
parent 2ca14df4f3
commit 3be9ea2f92

View File

@ -208,6 +208,7 @@ jobs:
dylibbundler \
pkg-config \
ninja
python3 -m pip install pyyaml
- name: Initialize compiler, library cache
id: cache
uses: actions/cache@v2.1.6