Skip to content

Commit

Permalink
ci: use conan center 2 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni authored Dec 2, 2024
1 parent ee3c7d4 commit fe0a947
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .conan/remotes.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"remotes": [
{
"name": "conancenter",
"url": "https://center.conan.io",
"url": "https://center2.conan.io",
"verify_ssl": true
},
{
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/knuth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,12 @@ jobs:
pip install kthbuild --upgrade
python3 -m pip install "conan>=2.0" --upgrade --ignore-installed
conan --version
conan remote list
# conan profile detect
conan config install -t dir ./.conan
conan remote list
conan remote update conancenter --url="https://center2.conan.io"
conan remote list
# conan user
Expand Down

0 comments on commit fe0a947

Please sign in to comment.