Skip to content

Commit 0d822b4

Browse files
committed
disable parallel compilation
1 parent fdf9f21 commit 0d822b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/create-release-pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,10 @@ jobs:
197197
pkill -f Unity || true
198198
rm -f OneSignalExample/Temp/UnityLockfile
199199
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
200204
201205
- name: Run UpdateProjectVersion
202206
uses: buildalon/unity-action@v3

0 commit comments

Comments
 (0)