Skip to content

Commit

Permalink
Fixed build trial, 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rojods committed Nov 23, 2023
1 parent 65ddd49 commit a1521c3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +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 --yes
cs java --jvm ${{ matrix.jdk }} --setup
./cs setup --jvm ${{ matrix.jdk }} --yes
sbt publishModules
test-java-build-on-linux:
strategy:
Expand Down Expand Up @@ -87,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 --yes
.\cs setup --jvm ${{ matrix.jdk }} --yes
sbt publishModules
test-java-build-on-windows:
strategy:
Expand Down

0 comments on commit a1521c3

Please sign in to comment.