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:
parent
d5f50463c2
commit
f0a7694f64
1 changed files with 2 additions and 0 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -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 (
|
||||
|
|
Loading…
Add table
Reference in a new issue