Skip to content

Commit

Permalink
Check PATH and available tools
Browse files Browse the repository at this point in the history
  • Loading branch information
danh-ld committed Sep 10, 2023
1 parent acd5314 commit 6d94d57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
- name: Print Xcode version
run: |
xcodebuild -version
- name: Check PATH and available tools
run: |
echo $PATH
ls $(xcode-select -p)/usr/bin
- name: Print instruments
run: |
Expand Down

0 comments on commit 6d94d57

Please sign in to comment.