mirror of https://github.com/xemu-project/xemu.git
ci: Install pyyaml on macOS
This commit is contained in:
parent
2ca14df4f3
commit
3be9ea2f92
|
@ -208,6 +208,7 @@ jobs:
|
||||||
dylibbundler \
|
dylibbundler \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
ninja
|
ninja
|
||||||
|
python3 -m pip install pyyaml
|
||||||
- name: Initialize compiler, library cache
|
- name: Initialize compiler, library cache
|
||||||
id: cache
|
id: cache
|
||||||
uses: actions/cache@v2.1.6
|
uses: actions/cache@v2.1.6
|
||||||
|
|
Loading…
Reference in New Issue