From 8d14f36ed94c41f0c6109ec5eb9fce00ee692b38 Mon Sep 17 00:00:00 2001 From: John Turpish Date: Mon, 9 Dec 2024 00:29:47 -0500 Subject: [PATCH] squash! profile.detect checkpoint --- .github/ubuntu-deps.env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ubuntu-deps.env b/.github/ubuntu-deps.env index ff6f7ab7..03c09865 100644 --- a/.github/ubuntu-deps.env +++ b/.github/ubuntu-deps.env @@ -26,6 +26,8 @@ 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 + conan profile show -pr:a default fi set +x