try install openjdk 11
This commit is contained in:
parent
cb49abc672
commit
2981927a40
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: setup
|
||||
run: |
|
||||
apt update
|
||||
apt install libssl-dev zip unzip -y
|
||||
apt install libssl-dev zip unzip openjdk-11-jdk -y
|
||||
export B_VERSION=$(cat $GITHUB_WORKSPACE/src/main/python/main.py | grep --color=never -oP '([0-9]+\.?)+')
|
||||
echo "NEXUS_SIGNING_KEYRING_FILE=$GITHUB_WORKSPACE/signing2.pgp" >> $GITHUB_ENV
|
||||
echo "BUILD_VERSION=${B_VERSION}" >> $GITHUB_ENV
|
||||
|
|
Loading…
Reference in a new issue