This commit is contained in:
parent
81aae1071b
commit
1ec1a2c6c9
@ -45,12 +45,12 @@ jobs:
|
||||
deb-src http://mirrors.ustc.edu.cn/ubuntu/ noble-backports main restricted universe multiverse
|
||||
EOF
|
||||
|
||||
- name: 安装 tea 工具
|
||||
run: |
|
||||
# 更新 apt 缓存
|
||||
sudo apt-get update
|
||||
# 安装 tea 工具
|
||||
sudo apt-get install -y tea golang
|
||||
# - name: 安装 tea 工具
|
||||
# run: |
|
||||
# # 更新 apt 缓存
|
||||
# sudo apt-get update
|
||||
# # 安装 tea 工具
|
||||
# sudo apt-get install -y tea golang
|
||||
|
||||
- name: 从提交信息提取版本号
|
||||
id: extract_version
|
||||
|
Loading…
Reference in New Issue
Block a user