mirror of
https://github.com/MobileGL-Dev/MobileGlues.git
synced 2025-08-03 15:36:16 -04:00
[Fix] (Workflow): Update submodules in workflow.
This commit is contained in:
parent
5f00189d5b
commit
7e30c013a7
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -4,7 +4,11 @@ jobs:
|
||||
build-ios:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Build MobileGlues
|
||||
run: |
|
||||
cd src/main/cpp
|
||||
@ -17,6 +21,7 @@ jobs:
|
||||
-DCMAKE_C_FLAGS=-Wno-error=implicit-function-declaration
|
||||
cmake --build build --config RelWithDebInfo --target mobileglues
|
||||
codesign -s - build/libmobileglues.dylib
|
||||
|
||||
- name: Upload lib
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user