Merge pull request #1104 from luoliwoshang/unix/install

xtool/cppkg:install in linux
This commit is contained in:
xushiwei
2025-05-12 02:24:36 +08:00
committed by GitHub
2 changed files with 5 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ import (
var conanCmd = NewTool("conan", []string{
"brew install conan",
"apt-get install conan",
"pipx install conan",
})
type conandata struct {