Skip to content

Commit 1341e22

Browse files
committed
d: print applications contents
1 parent b972c07 commit 1341e22

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ runs:
4949
run: |
5050
# Pin libc dependency
5151
# echo -e "\n[patch.crates-io]\nlibc = { version = \"=0.2.169\" }\n" >> ~/.cargo/config.toml
52-
xcode-select --install
52+
# xcode-select --install
53+
echo "DEVELOPER_DIR:"
54+
echo $DEVELOPER_DIR
55+
ls -ll "/Applications"
5356
cargo install --version 0.24.5 cbindgen
5457
- name: Generate C Bindings
5558
shell: bash

0 commit comments

Comments
 (0)