mirror of https://github.com/xemu-project/xemu.git
build: Add missing requests dependency for macOS
This commit is contained in:
parent
cc21fbea78
commit
1e31a77e25
|
@ -228,7 +228,7 @@ jobs:
|
|||
dylibbundler \
|
||||
pkg-config \
|
||||
ninja
|
||||
python3 -m pip install pyyaml
|
||||
python3 -m pip install pyyaml requests
|
||||
- name: Initialize compiler, library cache
|
||||
id: cache
|
||||
uses: actions/cache@v2.1.6
|
||||
|
|
Loading…
Reference in New Issue