File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v2
1919 - uses : actions/setup-java@v3
2020 with :
21- distribution : ' temurin'
22- cache : ' sbt'
21+ distribution : " temurin"
22+ cache : " sbt"
2323 java-version : ${{ matrix.java }}
2424 - run : sbt test
2525 bazel :
4242 - uses : actions/checkout@v2
4343 - uses : actions/setup-java@v3
4444 with :
45- distribution : ' temurin'
45+ distribution : " temurin"
4646 java-version : 17
47- cache : ' sbt'
48- - run : sbt checkAll
47+ cache : " sbt"
48+ - run : sbt checkAll cli/docker
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ lazy val cli = project
235235 " curl" ,
236236 " -fLo" ,
237237 " /usr/local/bin/coursier" ,
238- " https://git.io /coursier-cli "
238+ " https://github.com /coursier/launchers/raw/master/coursier "
239239 )
240240 run(" chmod" , " +x" , " /usr/local/bin/coursier" )
241241
You can’t perform that action at this time.
0 commit comments