Skip to content

Commit 77f10bf

Browse files
committed
d: don't print applications directory
1 parent 4cd7e03 commit 77f10bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/install-dependencies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ runs:
5252
# xcode-select --install
5353
echo "DEVELOPER_DIR:"
5454
echo $DEVELOPER_DIR
55-
ls -ll "/Applications"
55+
# ls -ll "/Applications"
5656
cargo install --version 0.24.5 cbindgen
5757
- name: Generate C Bindings
5858
shell: bash

0 commit comments

Comments
 (0)