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 07a6c97 commit bd0d637Copy full SHA for bd0d637
1 file changed
.github/workflows/unity-build.yml
@@ -26,7 +26,7 @@ jobs:
26
RUN_BUILD: '' # Set to true if the build pipeline package can be installed and used
27
steps:
28
- name: Free Disk Space
29
- if: ${{ matrix.os == 'ubuntu-latest' }}
+ if: ${{ matrix.os == 'ubuntu-latest' && (matrix.unity-version != '2018' && matrix.unity-version != '2017') }}
30
uses: endersonmenezes/free-disk-space@713d134e243b926eba4a5cce0cf608bfd1efb89a # v2.1.1
31
with:
32
remove_android: true
0 commit comments