File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 31
31
run : |
32
32
make codegen
33
33
- name : Check if the git repository is clean
34
- run : $ (exit $(git status --porcelain --untracked-files=no | head -255 | wc -l)) || (echo "Dirty git tree"; git diff; exit 1)
34
+ run : (exit " $(git status --porcelain --untracked-files=no | head -255 | wc -l)" ) || (echo "Dirty git tree"; git diff; exit 1)
35
35
36
36
ci :
37
37
runs-on : ${{ matrix.config.os }}
@@ -518,7 +518,7 @@ jobs:
518
518
$ANDROID_HOME/cmake/3.22.1/bin/cmake -DCMAKE_TOOLCHAIN_FILE=$ANDROID_HOME/ndk/26.0.10792818/build/cmake/android.toolchain.cmake -DCMAKE_BUILD_TYPE=Release -DANDROID_ABI="arm64-v8a" -DANDROID_PLATFORM=android-24 -DQJS_BUILD_LIBC=ON ..
519
519
- name : Build android arm64
520
520
run : |
521
- $ANDROID_HOME/cmake/3.22.1/bin/cmake --build build --target qjs
521
+ " $ANDROID_HOME/cmake/3.22.1/bin/cmake" --build build --target qjs
522
522
ls -lh build
523
523
524
524
ios :
You can’t perform that action at this time.
0 commit comments