File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : Check libXRPL compatibility with Clio
2
2
env :
3
- CONAN_REMOTE_URL : ${{ vars.CONAN_REMOTE_URL }}
3
+ CONAN_REMOTE_URL : https://conan.ripplex.io
4
4
CONAN_LOGIN_USERNAME_XRPLF : ${{ secrets.CONAN_REMOTE_USERNAME }}
5
5
CONAN_PASSWORD_XRPLF : ${{ secrets.CONAN_REMOTE_PASSWORD }}
6
6
on :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ concurrency:
18
18
# This part of Conan configuration is specific to this workflow only; we do not want
19
19
# to pollute conan/profiles directory with settings which might not work for others
20
20
env :
21
- CONAN_REMOTE_URL : ${{ vars.CONAN_REMOTE_URL }}
21
+ CONAN_REMOTE_URL : https://conan.ripplex.io
22
22
CONAN_REMOTE_USERNAME : ${{ secrets.CONAN_REMOTE_USERNAME }}
23
23
CONAN_REMOTE_PASSWORD : ${{ secrets.CONAN_REMOTE_PASSWORD }}
24
24
# This part of the Conan configuration is specific to this workflow only; we
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ concurrency:
17
17
cancel-in-progress : true
18
18
19
19
env :
20
- CONAN_REMOTE_URL : ${{ vars.CONAN_REMOTE_URL }}
20
+ CONAN_REMOTE_URL : https://conan.ripplex.io
21
21
CONAN_REMOTE_USERNAME : ${{ secrets.CONAN_REMOTE_USERNAME }}
22
22
CONAN_REMOTE_PASSWORD : ${{ secrets.CONAN_REMOTE_PASSWORD }}
23
23
# This part of the Conan configuration is specific to this workflow only; we
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ concurrency:
19
19
group : ${{ github.workflow }}-${{ github.ref }}
20
20
cancel-in-progress : true
21
21
env :
22
- CONAN_REMOTE_URL : ${{ vars.CONAN_REMOTE_URL }}
22
+ CONAN_REMOTE_URL : https://conan.ripplex.io
23
23
CONAN_REMOTE_USERNAME : ${{ secrets.CONAN_REMOTE_USERNAME }}
24
24
CONAN_REMOTE_PASSWORD : ${{ secrets.CONAN_REMOTE_PASSWORD }}
25
25
# This part of the Conan configuration is specific to this workflow only; we
You can’t perform that action at this time.
0 commit comments