ci: Call prepare_runner right after checkout (#2383)

This commit is contained in:
Ayaz Salikhov
2025-07-31 15:27:54 +01:00
committed by GitHub
parent a9b02fb292
commit f35e5ac784

View File

@@ -24,6 +24,11 @@ jobs:
with:
fetch-depth: 0
- name: Prepare runner
uses: ./.github/actions/prepare_runner
with:
disable_ccache: true
- name: Update libXRPL version requirement
shell: bash
run: |
@@ -35,11 +40,6 @@ jobs:
run: |
conan lock create . -o '&:tests=True' -o '&:benchmark=True' --profile:all ${{ env.CONAN_PROFILE }}
- name: Prepare runner
uses: ./.github/actions/prepare_runner
with:
disable_ccache: true
- name: Run conan and cmake
uses: ./.github/actions/generate
with: