From aabd500b45662576c291e7ad2f9d8eb181d40168 Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Wed, 6 May 2026 23:08:20 +0200 Subject: [PATCH] Enable adding Ubuntu toolchain PPA by default (#63) The default in Boost.CI will be false but some jobs still rely on this, so keep it for now the default. --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 8d1a67f..ad16235 100644 --- a/.drone.star +++ b/.drone.star @@ -8,7 +8,7 @@ # As the yaml syntax for Drone CI is rather limited. # # -globalenv={} +globalenv={'ADD_UBUNTU_TOOLCHAIN_PPA': 'true'} linuxglobalimage="cppalliance/droneubuntu1404:1" windowsglobalimage="cppalliance/dronevs2019"