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 be17122 commit f6a2040Copy full SHA for f6a2040
action/Dockerfile
@@ -3,6 +3,11 @@ FROM $IMAGE
3
4
ENV ANDROID_HOME /opt/android/sdk
5
6
+RUN apt-get update -qq \
7
+ && add-apt-repository ppa:openjdk-r/ppa \
8
+ && apt-get install -qq -y --no-install-recommends \
9
+ openjdk-8-jdk
10
+
11
LABEL "com.github.actions.name"="Unity - Builder"
12
LABEL "com.github.actions.description"="Build Unity projects for different platforms."
13
LABEL "com.github.actions.icon"="box"
@@ -13,6 +18,7 @@ LABEL "homepage"="http://github.com/webbertakken/unity-actions"
18
LABEL "maintainer"="Webber Takken <webber@takken.io>"
14
19
15
20
21
16
22
ADD default-build-script /UnityBuilderAction
17
23
ADD steps /steps
24
RUN chmod -R +x /steps
0 commit comments