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 d31ccf2 commit be35d69Copy full SHA for be35d69
.github/workflows/build_macos.yaml
@@ -55,6 +55,10 @@ jobs:
55
shell: bash
56
run: echo "UNITY_EXE=${{ env.UNITY_ROOT_DIR }}/Unity.app/Contents/MacOS/Unity" >> $GITHUB_ENV
57
58
+ - name: Force Java 8
59
+ shell: bash
60
+ run: echo "JAVA_HOME=${JAVA_HOME_8_X64}" >> $GITHUB_ENV
61
+
62
# Build .unitypackage
63
- run: ./gradlew buildPlugin --info
64
.github/workflows/test.yaml
@@ -128,6 +128,10 @@ jobs:
128
129
130
131
132
133
134
135
- name: Run tests
136
137
timeout-minutes: 60
0 commit comments