mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-07 21:23:32 +00:00
infra: replaced efl install with sdl2
This commit is contained in:
parent
1dcd2c4b5f
commit
7a76c58057
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build_macos.yml
vendored
2
.github/workflows/build_macos.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
run: |
|
||||
export HOMEBREW_NO_INSTALL_FROM_API=1
|
||||
brew update
|
||||
brew install meson efl
|
||||
brew install meson sdl2
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
|
2
.github/workflows/build_ubuntu.yml
vendored
2
.github/workflows/build_ubuntu.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install ninja-build gcc-multilib g++-multilib libunwind-dev
|
||||
sudo apt-get install libefl-all-dev
|
||||
sudo apt-get install libsdl2-dev
|
||||
sudo apt-get install python3-pip
|
||||
sudo apt-get install libturbojpeg0-dev libpng-dev libwebp-dev
|
||||
sudo pip3 install meson
|
||||
|
|
Loading…
Add table
Reference in a new issue