File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8080 if : matrix.android
8181 run : echo "SEA_CC=$ANDROID_NDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang" >> $GITHUB_ENV
8282
83+ - name : Install macOS build deps
84+ if : startsWith(matrix.os, 'macos')
85+ run : brew install automake
86+
8387 - uses : lde-org/setup-lde@master
8488 with :
8589 version : nightly
Original file line number Diff line number Diff line change @@ -105,6 +105,10 @@ jobs:
105105 if : matrix.android
106106 run : echo "SEA_CC=$ANDROID_NDK_ROOT/toolchains/llvm/prebuilt/linux-aarch64/bin/aarch64-linux-android21-clang" >> $GITHUB_ENV
107107
108+ - name : Install macOS build deps
109+ if : startsWith(matrix.os, 'macos')
110+ run : brew install automake
111+
108112 - uses : lde-org/setup-lde@master
109113 with :
110114 version : nightly
Original file line number Diff line number Diff line change 8484 if : matrix.android
8585 run : echo "SEA_CC=$ANDROID_NDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang" >> $GITHUB_ENV
8686
87+ - name : Install macOS build deps
88+ if : startsWith(matrix.os, 'macos')
89+ run : brew install automake
90+
8791 - uses : lde-org/setup-lde@master
8892 with :
8993 version : nightly
Original file line number Diff line number Diff line change 9595 if : matrix.android
9696 run : echo "SEA_CC=$ANDROID_NDK_ROOT/toolchains/llvm/prebuilt/linux-aarch64/bin/aarch64-linux-android21-clang" >> $GITHUB_ENV
9797
98+ - name : Install macOS build deps
99+ if : startsWith(matrix.os, 'macos')
100+ run : brew install automake
101+
98102 - uses : lde-org/setup-lde@master
99103 with :
100104 version : nightly
You can’t perform that action at this time.
0 commit comments