From 967b924aa0b8385b2f8effd96c006fb3eeca7802 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 25 Oct 2019 02:08:03 +0900 Subject: Expanded an environment variable PowerShell does not expand by `%varname%` syntax. --- .github/workflows/windows.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e489a10734..2e057ad974 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -24,9 +24,7 @@ jobs: steps: - name: Install libraries with vcpkg run: | - vcpkg --triplet x64-windows install %dependencies% - env: - dependencies: openssl readline zlib + vcpkg --triplet x64-windows install openssl readline zlib - name: Install libraries with chocolatey run: | choco install winflexbison3 -- cgit v1.2.3