chore: Change libXRPL check conan remote to dev (#5482)

This change aligns the Conan remote used by the libXRPL Clio compatibility check workflow with the recent changes applied to Clio.
This commit is contained in:
Alex Kremer
2025-06-20 18:02:16 +01:00
committed by GitHub
parent fc0984d286
commit e2fa5c1b7c

View File

@@ -1,6 +1,6 @@
name: Check libXRPL compatibility with Clio
env:
CONAN_URL: http://18.143.149.228:8081/artifactory/api/conan/conan-non-prod
CONAN_URL: http://18.143.149.228:8081/artifactory/api/conan/dev
CONAN_LOGIN_USERNAME_RIPPLE: ${{ secrets.CONAN_USERNAME }}
CONAN_PASSWORD_RIPPLE: ${{ secrets.CONAN_TOKEN }}
on: