Skip to content

Commit

Permalink
Fixed build trial, 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Rojods committed Nov 23, 2023
1 parent b8238f2 commit cca4e55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cd ${{ github.workspace }}
curl -fL "https://github.com/coursier/launchers/raw/master/cs-x86_64-pc-linux-static.gz" | gzip -d > cs
chmod +x ./cs
./cs setup --jvm ${{ matrix.jdk }} --yes
./cs setup --jvm "${{ matrix.jdk }}" --yes
sbt publishModules
test-java-build-on-linux:
strategy:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
Expand-Archive -Path "cs-x86_64-pc-win32.zip"
Rename-Item -Path "cs-x86_64-pc-win32.exe" -NewName "cs.exe"
Remove-Item -Path "cs-x86_64-pc-win32.zip"
.\cs setup --jvm ${{ matrix.jdk }} --yes
.\cs setup --jvm 17 --yes
sbt publishModules
test-java-build-on-windows:
strategy:
Expand Down

0 comments on commit cca4e55

Please sign in to comment.