mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
Build: Fix CI script to install pyyaml for python 3
This commit is contained in:
parent
093dd76d59
commit
0880b69da0
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -165,7 +165,7 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
brew install shellcheck
|
||||
pip2 install pyyaml
|
||||
python3 -m pip install pyyaml
|
||||
env:
|
||||
HOMEBREW_NO_INSTALL_CLEANUP: 1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user