Always force detection of default profile

Contributes to CURA-10855
This commit is contained in:
Jelle Spijker 2023-08-18 11:32:20 +02:00
parent 8ee48434e7
commit a077dc4b5e
No known key found for this signature in database
GPG key ID: 034D1C0527888B65

View file

@ -155,7 +155,7 @@ jobs:
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 10
- name: Create the default Conan profile
run: conan profile new default --detect
run: conan profile new default --detect --force
- name: Configure GPG Key Linux (Bash)
if: ${{ runner.os == 'Linux' }}