Skip to content

Commit 5552b74

Browse files
committed
ci: skip cache for mac build
1 parent 1a44157 commit 5552b74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ui-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
with:
3333
lfs: true
3434
- uses: actions/cache@v3
35+
if: ${{ matrix.targetPlatform != 'StandaloneOSX' }}
3536
with:
3637
path: Library
3738
key: Library-${{ matrix.targetPlatform }}-${{ hashFiles('sample/Assets/**', 'sample/Packages/**', 'sample/ProjectSettings/**') }}

0 commit comments

Comments
 (0)