We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18b0001 commit 3ac3aafCopy full SHA for 3ac3aaf
1 file changed
.github/workflows/ci-internal.yml
@@ -215,7 +215,7 @@ jobs:
215
if [[ ${{ inputs.os }} == 'macos-latest' ]]; then
216
sudo /Applications/Unity/Unity.app/Contents/MacOS/Unity -batchmode -nographics -manualLicenseFile "$(ls | grep ".ulf$")" -quit
217
elif [[ ${{ inputs.os }} == 'ubuntu-latest' ]]; then
218
- sudo /opt/Unity/Editor/Unity -batchmode -nographics -manualLicenseFile "$(ls | grep ".ulf$")" -quit
+ /opt/Unity/Editor/Unity -batchmode -nographics -manualLicenseFile "$(ls | grep ".ulf$")" -quit
219
fi
220
continue-on-error: true
221
0 commit comments