Skip to content

Commit d0f81ad

Browse files
committed
Add some additional diagnostic info for dub in macos
1 parent c018d6d commit d0f81ad

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ jobs:
102102
echo "ERROR: dub not found on PATH"
103103
exit 1
104104
fi
105+
which dub
106+
file "$(which dub)" || true
105107
dub --version
106108
107109
if [[ "${DC_NAME}" == dmd* ]]; then

0 commit comments

Comments
 (0)