Skip to content

Commit 44eabb9

Browse files
committed
Install runtime as root
1 parent 47b4fa9 commit 44eabb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/prepare-simulator/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
echo "::group::Available runtimes:"
3939
xcodes runtimes
4040
echo "::endgroup::"
41-
xcodes runtimes install "$RUNTIME";
41+
sudo xcodes runtimes install "$RUNTIME";
4242
fi
4343
4444
- name: "Create and boot simulator"

0 commit comments

Comments
 (0)