Skip to content

Commit 049e6be

Browse files
committed
Install absl
1 parent f0f5221 commit 049e6be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.drone.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ local windows_pipeline(name, image, environment, arch = "amd64") =
294294
"Linux 26.04 GCC 16 64",
295295
"cppalliance/droneubuntu2604:1",
296296
{ TOOLSET: 'gcc', COMPILER: 'g++-16', CXXSTD: '03,11,14,17,20,23', ADDRMD: '64', CXXFLAGS: "-fexcess-precision=fast" },
297-
"g++-16-multilib",
297+
"g++-16-multilib libabsl-dev",
298298
),
299299

300300
linux_pipeline(

0 commit comments

Comments
 (0)