Commit ae52ee7 1 parent 41caff6 commit ae52ee7 Copy full SHA for ae52ee7
File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 22
22
shell : bash
23
23
run : |
24
24
if [[ "${{ runner.os }}" == "Windows" ]] ; then
25
- choco install llvm
26
25
choco install zip
27
26
elif [[ "${{ runner.os }}" == "macOS" ]] ; then
28
27
brew install coreutils
58
57
export is_official=true
59
58
fi
60
59
if [[ "${{ runner.os }}" == "Windows" ]] ; then
61
- export gn_flags='is_trivial_abi=false win_vc="C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC" win_toolchain_version="17.9 " win_sdk="C:\\Program Files\\Windows Kits\\10" win_sdk_version="10.0.22621.0" cc="clang" cxx="clang++" clang_win="C:\Program Files\LLVM" clang_win_version="16 .0.0 "'
60
+ export gn_flags='is_trivial_abi=false win_vc="C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC" win_toolchain_version="17.10 " win_sdk="C:\\Program Files\\Windows Kits\\10" win_sdk_version="10.0.22621.0" cc="clang" cxx="clang++" clang_win="C:\Program Files\LLVM" clang_win_version="17 .0.3 "'
62
61
if [[ "${{ matrix.mode }}" == "Debug" ]] ; then
63
62
export gn_flags="$gn_flags extra_cflags=[\"-MTd\"]"
64
63
else
You can’t perform that action at this time.
0 commit comments