Skip to content

Commit

Permalink
Fixed build trial, 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rojods committed Nov 23, 2023
1 parent 3e8c48e commit 65ddd49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
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 corretto:17 --setup
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable -y
rustup target add x86_64-unknown-linux-gnu
cargo build --release --target x86_64-unknown-linux-gnu
Expand Down Expand Up @@ -77,6 +78,7 @@ jobs:
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 java --jvm corretto:17 --setup
cd ${{ github.workspace }}
jabba install amazon-corretto@17
jabba alias default amazon-corretto@17
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
test-scala-build-on-linux:
strategy:
matrix:
jdk: [adopt:17, corretto:17, zulu:17]
jdk: ["adopt:17", "corretto:17", "zulu:17"]
fail-fast: false
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 65ddd49

Please sign in to comment.