fix: Support conan channels in check_libxrpl flow (#1583)

Fixes #1582
This commit is contained in:
Alex Kremer
2024-08-07 15:41:41 +01:00
committed by GitHub
parent 00026ebf5a
commit 27c9e2a530

View File

@@ -47,7 +47,7 @@ jobs:
- name: Upload clio_tests
uses: actions/upload-artifact@v4
with:
name: clio_tests_libxrpl-${{ github.event.client_payload.version }}
name: clio_tests_check_libxrpl
path: build/clio_tests
run_tests:
@@ -60,7 +60,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: clio_tests_libxrpl-${{ github.event.client_payload.version }}
name: clio_tests_check_libxrpl
- name: Run clio_tests
run: |