Skip to content

Commit

Permalink
🚧 Debug: Display gem env. and installed gems
Browse files Browse the repository at this point in the history
  • Loading branch information
ebouchut committed Jul 18, 2024
1 parent 86a59c9 commit 3f2a4d6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/add_identifiers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,16 @@ jobs:
# Checks-out the repo
- name: Checkout Repo
uses: actions/checkout@v4


- name: Troubleshooting terminal-table
run: |
for gem in $(which -a gem); do
echo "\n----\n"
"$gem" env
echo
ls -F $($gem env gemdir)/gems
done
# Patch Fastlane Match to not print tables
- name: Patch Match Tables
run: |
Expand Down

0 comments on commit 3f2a4d6

Please sign in to comment.