mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
Use Host ZLib In CMake Builds
The vendored ZLib is still in the repo for VS builds.
This commit is contained in:
committed by
iProgramInCpp
parent
fdf3106d7e
commit
e9ddb5ab61
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install --no-install-recommends -y build-essential cmake ninja-build libopenal-dev libsdl2-dev
|
||||
sudo apt-get install --no-install-recommends -y build-essential cmake ninja-build libopenal-dev libsdl2-dev libpng-dev zlib1g-dev
|
||||
- name: Build Desktop
|
||||
run: |
|
||||
cd platforms/sdl
|
||||
|
||||
Reference in New Issue
Block a user