feat: 添加 cnb-openapi-skills 安装步骤
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
This commit is contained in:
@@ -42,7 +42,9 @@ RUN go install -v github.com/haya14busa/goplay/cmd/goplay@latest
|
||||
RUN go install -v github.com/go-delve/delve/cmd/dlv@latest
|
||||
# install goreleaser
|
||||
RUN go install github.com/goreleaser/goreleaser/v2@latest
|
||||
|
||||
# 安装 cnb-openapi-skills
|
||||
RUN mkdir -p ~/.codebuddy/skills && \
|
||||
git clone https://cnb.cool/cnb/sdk/cnb-openapi-skills ~/.codebuddy/skills/cnb-openapi-skills
|
||||
ENV LC_ALL zh_CN.UTF-8
|
||||
ENV LANG zh_CN.UTF-8
|
||||
ENV LANGUAGE zh_CN.UTF-8
|
||||
Reference in New Issue
Block a user