From 1e0ba509f7dc382a11333f85c8cfdc042336150e Mon Sep 17 00:00:00 2001 From: Bahman Movaqar Date: Sat, 14 Dec 2024 13:56:44 -0800 Subject: [PATCH] Install Java before creating a release --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2fc7fcce..f927f830 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -115,7 +115,7 @@ jobs: name: Install the development tools command: >- zypper --non-interactive refresh - && zypper --non-interactive install go + && zypper --non-interactive install go java-21-openjdk-devel && { source /etc/profile || true; } && go install github.com/tcnksm/ghr@latest