mirror of
https://github.com/celisej567/mcpe.git
synced 2025-12-31 17:49:17 +03:00
CI Fixes
This commit is contained in:
committed by
iProgramInCpp
parent
a2e830d114
commit
030d723f8d
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -39,6 +39,10 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install --no-install-recommends -y cmake ninja-build
|
||||
- name: Build
|
||||
run: ./build-wasm.sh
|
||||
android:
|
||||
@@ -48,7 +52,7 @@ jobs:
|
||||
- name: SDL
|
||||
directory: platforms/sdl/android
|
||||
- name: Native
|
||||
directory: platforms/android
|
||||
directory: platforms/android/project
|
||||
name: Android (${{ matrix.name }})
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user