fix: test

This commit is contained in:
源文雨 2024-04-16 20:16:57 +09:00
parent 3d325ae97d
commit 6b84286d8b

View File

@ -39,7 +39,7 @@ jobs:
BUILD_MACHINE: linux BUILD_MACHINE: linux
run: | run: |
echo NDK path is $NDK_HOME echo NDK path is $NDK_HOME
ls $NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64/bin ls $NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64/bin/clang
make -e make -e
- name: Build and Run Tests - name: Build and Run Tests