ci: Specify conan profile in check_libxrpl (#2381)

Fix: https://github.com/XRPLF/clio/issues/2380
This commit is contained in:
Ayaz Salikhov
2025-07-31 12:14:40 +01:00
committed by GitHub
parent bc8a2c19aa
commit a9b02fb292
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ jobs:
- name: Update conan lockfile
shell: bash
run: |
conan lock create . -o '&:tests=True' -o '&:benchmark=True'
conan lock create . -o '&:tests=True' -o '&:benchmark=True' --profile:all ${{ env.CONAN_PROFILE }}
- name: Prepare runner
uses: ./.github/actions/prepare_runner