From 8d9c66b7fde55407bf41415b2fb71757e0a127b8 Mon Sep 17 00:00:00 2001 From: John Turpish Date: Mon, 9 Dec 2024 00:43:58 -0500 Subject: [PATCH] squash! squash! profile.detect checkpoint --- .github/ubuntu-deps.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ubuntu-deps.env b/.github/ubuntu-deps.env index 03c09865..85df4572 100644 --- a/.github/ubuntu-deps.env +++ b/.github/ubuntu-deps.env @@ -26,7 +26,7 @@ npm install -g @marp-team/marp-cli if ! conan profile show -pr:a default then conan profile detect - sed -i 's,cppstd=17,cppstd=20,' ~/.conan2/profiles/default + sed -i 's,cppstd=.*17,cppstd=20,' ~/.conan2/profiles/default conan profile show -pr:a default fi