From 7c6bee6f52b58e92fb204d1d72dcfd89ce7d93f2 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Fri, 12 Feb 2021 09:13:43 +0000 Subject: [PATCH] fix windows ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df7aeb169..265768d15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: # key: ${{ runner.os }}-vcpkg-cache - name: Install Native Dependencies (Windows) - if: matrix.os.name == 'Windows' + if: matrix.target.os == 'windows-latest' run: | curl -fsS -o vcpkg.7z https://rocket.rs/static/vcpkg-2019-07-05.7z 7z x vcpkg.7z -y -bb0