From ea78e0726f5416e5adfc3cc9e788c768d123cc60 Mon Sep 17 00:00:00 2001 From: johndoe6345789 Date: Thu, 18 Dec 2025 21:51:43 +0000 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2e052b2..8669702 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,10 +58,10 @@ jobs: python-version: '3.x' - name: Install Conan - run: pip install 'conan>=2' + run: sudo pip install 'conan>=2' - name: Detect Conan profile - run: conan profile detect + run: sudo conan profile detect - name: Install Conan dependencies shell: bash