Skip to content

Commit 1a0b1cb

Browse files
committed
try to fix travis-ci jdk 19 install script
1 parent 97c942b commit 1a0b1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- ./nginx -c /home/who/git/nginx-clojure/test/nginx-working-dir/conf/nginx-coroutine.conf -s stop
112112
- stage: jdk19 native coroutine test
113113
script:
114-
- apt-get install openjdk-19-jdk -y
114+
- sudo apt-get install openjdk-19-jdk -y
115115
- java -version
116116
- cd /home/who/git/nginx-clojure/
117117
- lein with-profile nativeCoroutine jar

0 commit comments

Comments
 (0)