[前][次][番号順一覧][スレッド一覧]

ruby-changes:58421

From: Nobuyoshi <ko1@a...>
Date: Fri, 25 Oct 2019 02:09:00 +0900 (JST)
Subject: [ruby-changes:58421] 967b924aa0 (master): Expanded an environment variable

https://git.ruby-lang.org/ruby.git/commit/?id=967b924aa0

From 967b924aa0b8385b2f8effd96c006fb3eeca7802 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Fri, 25 Oct 2019 02:08:03 +0900
Subject: Expanded an environment variable

PowerShell does not expand by `%varname%` syntax.

diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index e489a10..2e057ad 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -24,9 +24,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/windows.yml#L24
     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 v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]