Skip to content

Commit

Permalink
submodule update init
Browse files Browse the repository at this point in the history
Change-Id: I6d0a6235981b8d8660bcdb7987fa2e6a096b27c9
  • Loading branch information
SolDev69 committed Dec 23, 2023
1 parent 0913784 commit b9e70cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
cd swiftshader
# export PATH=$ANDROID_NDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64/bin/:$PATH
git submodule init
git submodule update --init
cd build
export CMAKE_C_COMPILER=$ANDROID_NDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android25-clang
export CMAKE_CXX_COMPILER=$ANDROID_NDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android25-clang++
Expand Down

0 comments on commit b9e70cd

Please # to comment.