driazati commented on code in PR #12216:
URL: https://github.com/apache/tvm/pull/12216#discussion_r932503538


##########
.github/workflows/main.yml:
##########
@@ -122,7 +122,7 @@ jobs:
       - name: Build android_rpc
         working-directory: apps/android_rpc
         run: |
-          export PATH="${ANDROID_NDK_HOME}:$PATH"
+          export PATH="${ANDROID_NDK_LATEST_HOME}:$PATH"

Review Comment:
   Can you also add `set -eux` to all the inline scripts so we get errors about 
unbound variables if something changes in the future?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to