Update build.yaml and install-dependencies.sh
This commit is contained in:
parent
f1142f3768
commit
dbf47dd9d8
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -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 }}
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user