From 993cdde5370ffcf184e0758ac13a7eae8f39980a Mon Sep 17 00:00:00 2001 From: Alberto Garcia Illera Date: Mon, 12 Apr 2021 20:19:28 -0700 Subject: [PATCH] fix win ci build --- .github/workflows/ci-windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index b6491013..054b4070 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -18,7 +18,7 @@ jobs: - name: Build Triton dependencies with vcpkg for x64. run: | "`r`nset(VCPKG_BUILD_TYPE release)" | Add-Content "$env:VCPKG_INSTALLATION_ROOT\triplets\x64-windows-static.cmake" - vcpkg install capstone[x86,arm,arm64] z3 boost-multiprecision boost-numeric-conversion boost-math --triplet x64-windows-static + vcpkg install capstone[x86,arm,arm64] z3 boost-multiprecision boost-numeric-conversion boost-math --tripbrlet x64-windows-static - name: Download and build Triton x64 run: | @@ -34,7 +34,7 @@ jobs: IDA_SDK: ${{ secrets. DOWNLOAD_LINK_IDA_SDK }} run: | cd .. - curl -L -o IDA_SDKs.zip "$IDA_SDK" + curl -L -o IDA_SDKs.zip "%IDA_SDK%" powershell Expand-Archive -Force IDA_SDKs.zip IDA_SDKs - name: Build Ponce IDA 7.0