Skip to content

Commit bd0d637

Browse files
don't remove android for 2017 && 2018
1 parent 07a6c97 commit bd0d637

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unity-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
RUN_BUILD: '' # Set to true if the build pipeline package can be installed and used
2727
steps:
2828
- name: Free Disk Space
29-
if: ${{ matrix.os == 'ubuntu-latest' }}
29+
if: ${{ matrix.os == 'ubuntu-latest' && (matrix.unity-version != '2018' && matrix.unity-version != '2017') }}
3030
uses: endersonmenezes/free-disk-space@713d134e243b926eba4a5cce0cf608bfd1efb89a # v2.1.1
3131
with:
3232
remove_android: true

0 commit comments

Comments
 (0)