diff --git a/.github/workflows/tdapi_file.yaml b/.github/workflows/tdapi_file.yaml index 5e8e3a6..c33ca17 100644 --- a/.github/workflows/tdapi_file.yaml +++ b/.github/workflows/tdapi_file.yaml @@ -129,7 +129,6 @@ jobs: API_TYPE=legacy ./scripts/continuous-integration/github-workflows/deploy-release.sh API_TYPE=sealed ./scripts/continuous-integration/github-workflows/deploy-release.sh - API_TYPE=legacy ./scripts/continuous-integration/github-workflows/deploy-javadoc.sh API_TYPE=sealed ./scripts/continuous-integration/github-workflows/deploy-javadoc.sh env: MAVEN_USERNAME: ${{ secrets.MCHV_USERNAME }} diff --git a/scripts/continuous-integration/github-workflows/install-dependencies.sh b/scripts/continuous-integration/github-workflows/install-dependencies.sh index 74cd517..8ed43a2 100755 --- a/scripts/continuous-integration/github-workflows/install-dependencies.sh +++ b/scripts/continuous-integration/github-workflows/install-dependencies.sh @@ -10,9 +10,8 @@ if [[ "$OPERATING_SYSTEM_NAME" == "linux" ]]; then elif [[ "$OPERATING_SYSTEM_NAME" == "osx" ]]; then echo "==OSX======" - export PYTHON=36 - brew install swig; - brew install gperf openssl coreutils + brew install gperf cmake openssl coreutils + brew install openjdk elif [[ "$OPERATING_SYSTEM_NAME" == "windows" ]]; then echo "==Windows==" #choco install visualstudio2019buildtools --version=16.10.4.0 --allow-downgrade --package-parameters "--passive"