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 fdf9f21 commit 0d822b4Copy full SHA for 0d822b4
.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