1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Expanded an environment variable

PowerShell does not expand by `%varname%` syntax.
This commit is contained in:
Nobuyoshi Nakada 2019-10-25 02:08:03 +09:00
parent b86af95c5b
commit 967b924aa0
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -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