From bf1c5c5349e42c08fe1fa91597131d13af0331d2 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Fri, 17 Mar 2023 18:15:09 +0100 Subject: [PATCH] Update conan-package.yml --- .github/workflows/conan-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conan-package.yml b/.github/workflows/conan-package.yml index 0e2b1bc249..9949621251 100644 --- a/.github/workflows/conan-package.yml +++ b/.github/workflows/conan-package.yml @@ -108,7 +108,7 @@ jobs: sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 12 - name: Create the default Conan profile - run: conan profile new default --detect + run: conan profile new default --detect --force - name: Get Conan configuration run: conan config install https://github.com/Ultimaker/conan-config.git