We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf6ff4 commit 629abd2Copy full SHA for 629abd2
.yamato/project-standards.yml
@@ -12,7 +12,7 @@ standards_{{ projects.first.name }}:
12
- sudo add-apt-repository -y ppa:deadsnakes/ppa
13
- sudo apt update
14
- sudo apt install -y python3.9
15
- - pip install unity-downloader-cli --upgrade
+ - python3 -m pip install unity-downloader-cli --upgrade
16
- unity-downloader-cli -u {{ projects.first.test_editors.first }} -c editor --wait --fast
17
- .Editor/Unity -batchmode -nographics -logFile - -executeMethod Packages.Rider.Editor.RiderScriptEditor.SyncSolution -projectPath {{ projects.first.path }} -quit
18
- dotnet run --project dotnet-tools/netcode.standards -- --project={{ projects.first.path }} --check
0 commit comments