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:
parent
b86af95c5b
commit
967b924aa0
1 changed files with 1 additions and 3 deletions
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
|
@ -24,9 +24,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Install libraries with vcpkg
|
- name: Install libraries with vcpkg
|
||||||
run: |
|
run: |
|
||||||
vcpkg --triplet x64-windows install %dependencies%
|
vcpkg --triplet x64-windows install openssl readline zlib
|
||||||
env:
|
|
||||||
dependencies: openssl readline zlib
|
|
||||||
- name: Install libraries with chocolatey
|
- name: Install libraries with chocolatey
|
||||||
run: |
|
run: |
|
||||||
choco install winflexbison3
|
choco install winflexbison3
|
||||||
|
|
Loading…
Reference in a new issue