Update build.yaml and install-dependencies.sh

This commit is contained in:
Andrea Cavalli 2020-12-26 15:30:55 +01:00
parent f1142f3768
commit dbf47dd9d8
2 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ jobs:
run: |
echo "REVISION: $REVISION"
source ./github-workflows/install-dependencies.sh
source ./github-workflows/build.sh
- uses: actions/upload-artifact@v2
with:
name: tdlight-${{ env.SAFE_ARCH }}

View File

@ -44,7 +44,7 @@ elif [[ "$OPERATING_SYSTEM_NAME" == "windows" ]]; then
choco install base64
choco install gperf
choco install strawberryperl
#choco install nasm
choco install nasm
#choco install php --version=7.4.9 --package-parameters='"/ThreadSafe ""/InstallDir:C:\PHP"""'
#choco install python3 --params "/InstallDir:C:\Python3"