diff --git a/.github/workflows/add_identifiers.yml b/.github/workflows/add_identifiers.yml index 86798a403..5e89a99a3 100644 --- a/.github/workflows/add_identifiers.yml +++ b/.github/workflows/add_identifiers.yml @@ -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: |