Update macOS, temporarily use the native build system for ubuntu 22.04
This commit is contained in:
parent
be56497397
commit
601eec6337
1
.github/workflows/tdapi_file.yaml
vendored
1
.github/workflows/tdapi_file.yaml
vendored
@ -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 }}
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user