From 7cdcf141f45149cff50426f8a292ffc0b5aacd69 Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Mon, 7 Feb 2022 18:09:28 +0100 Subject: [PATCH] fix windows workflows --- .github/workflows/CreateRelease.yml | 4 ++-- .github/workflows/Windows.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CreateRelease.yml b/.github/workflows/CreateRelease.yml index 5fc4dca3c..a97199214 100644 --- a/.github/workflows/CreateRelease.yml +++ b/.github/workflows/CreateRelease.yml @@ -176,11 +176,11 @@ jobs: else echo ::set-output name=artifact_suffix::"" fi - echo "VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC" >> $GITHUB_ENV + echo "VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\VC" >> $GITHUB_ENV - name: Install wget run: | $env:PATH = "C:\msys64\mingw64\bin;C:\msys64\usr\bin" - pacman.exe -S --noconfirm --noprogressbar wget + pacman.exe -S --noconfirm --noprogressbar wget unzip - name: Set Certificate run: | New-Item -ItemType directory -Path certificate diff --git a/.github/workflows/Windows.yml b/.github/workflows/Windows.yml index ce5833288..10d8c61af 100644 --- a/.github/workflows/Windows.yml +++ b/.github/workflows/Windows.yml @@ -27,11 +27,11 @@ jobs: else echo ::set-output name=artifact_suffix::"" fi - echo "VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC" >> $GITHUB_ENV + echo "VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\VC" >> $GITHUB_ENV - name: Install wget run: | $env:PATH = "C:\msys64\mingw64\bin;C:\msys64\usr\bin" - pacman.exe -S --noconfirm --noprogressbar wget + pacman.exe -S --noconfirm --noprogressbar wget unzip - name: Download external libraries shell: C:\shells\msys2bash.cmd {0} run: |