Skip to content

Commit 1e902a1

Browse files
committed
travis/Dockerfile: fix copying of SDK to /windows-sdk
1 parent 759aaec commit 1e902a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ RUN yes | sdkmanager \
8484
"build-tools;${ANDROID_BUILD_TOOLS}" \
8585
"platform-tools"
8686

87-
ADD windows-sdk /
87+
ADD windows-sdk /windows-sdk
8888

8989
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)