We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d81ac commit 016d374Copy full SHA for 016d374
1 file changed
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
12
- name: Build MobileGlues
13
run: |
14
- cd src/main/cpp
+ cd MobileGlues-cpp
15
wget https://github.com/leetal/ios-cmake/raw/master/ios.toolchain.cmake
16
cmake -B build \
17
-DCMAKE_TOOLCHAIN_FILE=ios.toolchain.cmake \
@@ -26,4 +26,4 @@ jobs:
26
uses: actions/upload-artifact@v4
27
with:
28
name: MobileGlues-iOS-dylib
29
- path: /Users/runner/work/MobileGlues/MobileGlues/src/main/cpp/build
+ path: /Users/runner/work/MobileGlues/MobileGlues/MobileGlues-cpp/build
0 commit comments