Skip to content

Commit

Permalink
Delete "Print bundled runtimes" CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrubin committed Aug 19, 2024
1 parent 060928e commit 9427f45
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/actions/prepare-simulator/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,6 @@ outputs:
runs:
using: composite
steps:
# - name: "Print bundled runtimes"
# shell: bash
# run: |
# echo "::group::Bundled runtimes:"
# for xcode in /Applications/Xcode*.app; do \
# echo $xcode | grep -o "Xcode.*\.app"; \
# for plist in $xcode/Contents/Developer/Platforms/*.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/*.simruntime/Contents/Info.plist; do \
# defaults read $plist CFBundleName; \
# done; \
# echo ""; \
# done
# echo "::endgroup::"

- name: "Install runtime"
shell: bash
run: |
Expand Down

0 comments on commit 9427f45

Please sign in to comment.