aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-10-25 02:08:03 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-10-25 02:08:03 +0900
commit967b924aa0b8385b2f8effd96c006fb3eeca7802 (patch)
tree174a481c6ecdd09159abbd695591efc5b7e25545 /.github
parentb86af95c5b4e035f5dc14018a7ff8861e6dc203d (diff)
downloadruby-967b924aa0b8385b2f8effd96c006fb3eeca7802.tar.gz
Expanded an environment variable
PowerShell does not expand by `%varname%` syntax.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml4
1 files changed, 1 insertions, 3 deletions
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