Skip to content

Commit 3ac3aaf

Browse files
authored
Update ci-internal.yml
1 parent 18b0001 commit 3ac3aaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-internal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
if [[ ${{ inputs.os }} == 'macos-latest' ]]; then
216216
sudo /Applications/Unity/Unity.app/Contents/MacOS/Unity -batchmode -nographics -manualLicenseFile "$(ls | grep ".ulf$")" -quit
217217
elif [[ ${{ inputs.os }} == 'ubuntu-latest' ]]; then
218-
sudo /opt/Unity/Editor/Unity -batchmode -nographics -manualLicenseFile "$(ls | grep ".ulf$")" -quit
218+
/opt/Unity/Editor/Unity -batchmode -nographics -manualLicenseFile "$(ls | grep ".ulf$")" -quit
219219
fi
220220
continue-on-error: true
221221

0 commit comments

Comments
 (0)