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 9f43d5c commit 515db1aCopy full SHA for 515db1a
.github/workflows/create-release-pr.yml
@@ -197,6 +197,10 @@ jobs:
197
pkill -f Unity || true
198
rm -f OneSignalExample/Temp/UnityLockfile
199
rm -rf OneSignalExample/Library OneSignalExample/Temp OneSignalExample/obj OneSignalExample/UserSettings || true
200
+
201
+ - name: Disable Parallel Compilation
202
+ run: |
203
+ echo "-parallel-" > OneSignalExample/Assets/csc.rsp
204
205
- name: Run UpdateProjectVersion
206
uses: buildalon/unity-action@v3
0 commit comments