Skip to content

Commit

Permalink
handling the build failure in nightly-build (26, x86_64, macos-13)
Browse files Browse the repository at this point in the history
Here is the failure log

Run cd android
realpath: illegal option -- s
usage: realpath [-q] [path ...]
CMake Deprecation Warning at /Users/runner/Library/Android/sdk/ndk/26.3.11579264/build/cmake/android.toolchain.cmake:34 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.
  • Loading branch information
ZhangLe2016 committed Dec 4, 2024
1 parent fcfd013 commit 889a79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build-commissioner-libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# POSSIBILITY OF SUCH DAMAGE.
#

readonly CUR_DIR="$(dirname "$(realpath -s "$0")")"
readonly CUR_DIR="$(dirname "$(realpath "$0")")"

set -e

Expand Down

0 comments on commit 889a79a

Please sign in to comment.