diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f5acdc0..9be9dd1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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 }} diff --git a/github-workflows/install-dependencies.sh b/github-workflows/install-dependencies.sh index 9a58056..27b5bb5 100755 --- a/github-workflows/install-dependencies.sh +++ b/github-workflows/install-dependencies.sh @@ -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"