From f35e5ac7844132b4046297d81caa3d9ed44127ef Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Thu, 31 Jul 2025 15:27:54 +0100 Subject: [PATCH] ci: Call prepare_runner right after checkout (#2383) --- .github/workflows/check_libxrpl.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check_libxrpl.yml b/.github/workflows/check_libxrpl.yml index e0921fde..ac06edd6 100644 --- a/.github/workflows/check_libxrpl.yml +++ b/.github/workflows/check_libxrpl.yml @@ -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: