mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-22 12:34:59 +00:00
[Android CI] Temporarily undo applying GLES patch
This commit is contained in:
parent
3848be7b0a
commit
bb4ea3a4f1
1 changed files with 0 additions and 3 deletions
3
.github/workflows/Android_Build.yml
vendored
3
.github/workflows/Android_Build.yml
vendored
|
@ -70,9 +70,6 @@ jobs:
|
|||
distribution: 'zulu' # See 'Supported distributions' for available options
|
||||
java-version: '17'
|
||||
|
||||
- name: Apply GLES patch
|
||||
run: git apply patch.patch
|
||||
|
||||
- name: Configure CMake
|
||||
run: cmake -B ${{github.workspace}}/build -DBUILD_HYDRA_CORE=1 -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_TOOLCHAIN_FILE=${ANDROID_NDK_ROOT}/build/cmake/android.toolchain.cmake -DANDROID_ABI=arm64-v8a -DENABLE_VULKAN=0 -DCMAKE_CXX_FLAGS="-march=armv8.1-a+crypto"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue