Remove conan clean step

Was unused
This commit is contained in:
Jelle Spijker 2023-01-06 12:54:03 +01:00
parent f737f4a9d2
commit 9f8509050d

View file

@ -171,10 +171,6 @@ jobs:
Set-Content $pfxPath -Value $encodedBytes -AsByteStream;
echo "PFX_PATH=$pfxPath" >> $env:GITHUB_OUTPUT;
- name: Clean Conan local cache
if: ${{ inputs.conan_clean_local_cache }}
run: conan remove "*" -f
- name: Get Conan configuration from branch
if: ${{ inputs.conan_config != '' }}
run: conan config install https://github.com/Ultimaker/conan-config.git -a "-b ${{ inputs.conan_config }}"