Skip to content

Commit 0f4f86e

Browse files
update build options
1 parent bd0d637 commit 0f4f86e

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build-options.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"unity-version": [
88
"4.7.2",
99
"5.6.7f1 (e80cc3114ac1)",
10-
"2017",
10+
"2017.4.40f1",
1111
"2018",
12-
"2019",
13-
"2020",
14-
"2021",
15-
"2022",
16-
"6000.0",
17-
"6000.1",
12+
"2019.x",
13+
"2020.*",
14+
"2021.3.x",
15+
"2022.3.*",
16+
"6000.0.x",
17+
"6000.1.*",
1818
"6000.2"
1919
],
2020
"include": [

.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' && (matrix.unity-version != '2018' && matrix.unity-version != '2017') }}
29+
if: ${{ matrix.os == 'ubuntu-latest' && (matrix.unity-version != '2018' && matrix.unity-version != '2017.4.40f1') }}
3030
uses: endersonmenezes/free-disk-space@713d134e243b926eba4a5cce0cf608bfd1efb89a # v2.1.1
3131
with:
3232
remove_android: true

0 commit comments

Comments
 (0)