We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23de966 commit a7c724aCopy full SHA for a7c724a
.github/workflows/test.yml
@@ -110,7 +110,7 @@ jobs:
110
if: matrix.os == 'macos-latest'
111
run: |
112
EXPECTED=5
113
- ACTUAL=$(ldd ./target/aarch64-apple-darwin/debug/tmc-langs-cli | wc -l)
+ ACTUAL=$(otool -L ./target/aarch64-apple-darwin/debug/tmc-langs-cli | wc -l)
114
if [ $ACTUAL -ne $EXPECTED ]; then
115
echo "::error title=unexpected-dynamic-libraries::Expected $EXPECTED dynamic libraries, found $ACTUAL"
116
exit 1
0 commit comments