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

Show the exact version of cl.exe [ci skip]

[Misc #18362] is fixed at cl.exe 19.33.31629.
This commit is contained in:
Nobuyoshi Nakada 2022-08-22 16:59:00 +09:00
parent d5f50463c2
commit f0a7694f64
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -105,6 +105,8 @@ jobs:
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 (