mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
CI: Install pyyaml from pip
Homebrew has disabled the pyyaml package for some reason.
This commit is contained in:
parent
5056bda043
commit
6ee1c4c634
Notes:
github-actions[bot]
2024-10-06 13:43:25 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/6ee1c4c634f Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1648
1 changed files with 2 additions and 3 deletions
5
.github/actions/setup/action.yml
vendored
5
.github/actions/setup/action.yml
vendored
|
@ -38,11 +38,10 @@ runs:
|
|||
echo "${{ github.workspace }}/wabt-1.0.35/bin" >> $GITHUB_PATH
|
||||
|
||||
- name: 'Install Python dependencies'
|
||||
if: ${{ inputs.os == 'Linux' }}
|
||||
shell: bash
|
||||
run: |
|
||||
python3 -m pip install --break-system-packages --upgrade pip
|
||||
pip3 install --break-system-packages requests six
|
||||
pip3 install --break-system-packages pyyaml requests six
|
||||
|
||||
- name: 'Select latest Xcode'
|
||||
if: ${{ inputs.os == 'macOS' || inputs.os == 'Android' }}
|
||||
|
@ -56,7 +55,7 @@ runs:
|
|||
run: |
|
||||
set -e
|
||||
brew update
|
||||
brew install autoconf autoconf-archive automake bash ccache coreutils ffmpeg llvm@18 nasm ninja qt unzip wabt pyyaml
|
||||
brew install autoconf autoconf-archive automake bash ccache coreutils ffmpeg llvm@18 nasm ninja qt unzip wabt
|
||||
|
||||
- name: 'Install vcpkg'
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in a new issue