File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119
119
- name : Checkout
120
120
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
121
121
122
- # Use '14.38.33130' MSVC toolset when compiling UMF with ASan.
122
+ # Use the latest MSVC toolset available, when compiling UMF with ASan.
123
123
# Running binaries compiled with older toolsets results in a
124
124
# 'STATUS_DLL_INIT_FAILED' error despite being linked with ASan from
125
125
# the same toolset as the compiler being used.
@@ -129,7 +129,7 @@ jobs:
129
129
uses : TheMrMilchmann/setup-msvc-dev@48edcef51a12c80d7e62ace57aae1417795e511c # v3.0.0
130
130
with :
131
131
arch : x64
132
- toolset : 14.38.33130
132
+ toolset : ' 14.39.33519 '
133
133
134
134
- name : Initialize vcpkg
135
135
uses : lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
You can’t perform that action at this time.
0 commit comments