Skip to content

Commit dc08ca7

Browse files
committed
chore: disable cache
1 parent bbd0795 commit dc08ca7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ui-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
projectPath: sample
3838
buildMethod: MacBuilder.Build
3939
customParameters: -quit -batchmode
40-
cacheUnityInstallationOnMac: true
41-
allowDirtyBuild: true
40+
# cacheUnityInstallationOnMac: true
41+
# allowDirtyBuild: true
4242
- name: Open application
4343
working-directory: sample/Builds/MacOS
4444
run: |

0 commit comments

Comments
 (0)