Skip to content

Commit

Permalink
Install runtime as root
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrubin committed Aug 19, 2024
1 parent 47b4fa9 commit 44eabb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/prepare-simulator/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
echo "::group::Available runtimes:"
xcodes runtimes
echo "::endgroup::"
xcodes runtimes install "$RUNTIME";
sudo xcodes runtimes install "$RUNTIME";
fi
- name: "Create and boot simulator"
Expand Down

0 comments on commit 44eabb9

Please sign in to comment.