Skip to content

Commit dc86933

Browse files
authored
Fix UI tests (#3342)
1 parent 331ce9b commit dc86933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec/linuxUiTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222
phases:
2323
install:
2424
commands:
25-
- rpm -i https://corretto.aws/downloads/latest/amazon-corretto-17-x64-al2-headful.rpm
25+
- yum install -y java-17-amazon-corretto
2626
- alternatives --set java ${JAVA_HOME}/bin/java
2727
- alternatives --set javac ${JAVA_HOME}/bin/javac
2828
- startDesktop.sh

0 commit comments

Comments
 (0)