From d8121fe25816a25f4aacbd3d6a048c7d1e38e28c Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Mon, 10 Aug 2020 07:42:39 +0200 Subject: syntax error --- .github/workflows/pip-packaging-windows.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pip-packaging-windows.yml b/.github/workflows/pip-packaging-windows.yml index ae35ee30..bba94712 100644 --- a/.github/workflows/pip-packaging-windows.yml +++ b/.github/workflows/pip-packaging-windows.yml @@ -32,8 +32,7 @@ jobs: (new-object System.Net.WebClient).DownloadFile('https://github.com/microsoft/vcpkg/files/4978792/vcpkg_fixup_pkgconfig.cmake.txt','c:\vcpkg\scripts\cmake\vcpkg_fixup_pkgconfig.cmake') (new-object System.Net.WebClient).DownloadFile('https://github.com/microsoft/vcpkg/files/4978796/vcpkg_acquire_msys.cmake.txt','c:\vcpkg\scripts\cmake\vcpkg_acquire_msys.cmake') shell: powershell -# deltree "c:\vcpkg\downloads\tools\msys2" - - name: Install dependencies + - name: Install dependencies run: | vcpkg update vcpkg upgrade --no-dry-run -- cgit v1.2.3