From 05eb0acdca3b2a006f42ed695fb763fc39032124 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Illera Date: Tue, 13 Apr 2021 09:21:19 -0700 Subject: [PATCH] typo --- .github/workflows/ci-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 054b4070..97b1a3fe 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 --tripbrlet x64-windows-static + vcpkg install capstone[x86,arm,arm64] z3 boost-multiprecision boost-numeric-conversion boost-math --triplet x64-windows-static - name: Download and build Triton x64 run: |