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

ruby-changes:73016

From: Nobuyoshi <ko1@a...>
Date: Mon, 22 Aug 2022 17:16:24 +0900 (JST)
Subject: [ruby-changes:73016] f0a7694f64 (master): Show the exact version of cl.exe [ci skip]

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

From f0a7694f6473685f5c4e6ba1635aa91636b5a467 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Mon, 22 Aug 2022 16:59:00 +0900
Subject: Show the exact version of cl.exe [ci skip]

[Misc #18362] is fixed at cl.exe 19.33.31629.
---
 .github/workflows/windows.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 2c5b823d20..1cefcaef06 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -105,6 +105,8 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/windows.yml#L105
           set | C:\msys64\usr\bin\sort > new.env
           C:\msys64\usr\bin\comm -13 old.env new.env >> %GITHUB_ENV%
           del *.env
+      - name: compiler version
+        run: cl
       - name: link libraries
         run: |
           for %%I in (C:\vcpkg\installed\x64-windows\bin\*.dll) do (
-- 
cgit v1.2.1


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

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