mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-15 17:25:51 +00:00
ci: Call prepare_runner right after checkout (#2383)
This commit is contained in:
10
.github/workflows/check_libxrpl.yml
vendored
10
.github/workflows/check_libxrpl.yml
vendored
@@ -24,6 +24,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Prepare runner
|
||||||
|
uses: ./.github/actions/prepare_runner
|
||||||
|
with:
|
||||||
|
disable_ccache: true
|
||||||
|
|
||||||
- name: Update libXRPL version requirement
|
- name: Update libXRPL version requirement
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
@@ -35,11 +40,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
conan lock create . -o '&:tests=True' -o '&:benchmark=True' --profile:all ${{ env.CONAN_PROFILE }}
|
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
|
- name: Run conan and cmake
|
||||||
uses: ./.github/actions/generate
|
uses: ./.github/actions/generate
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user