ci(docker): 移除 MinGW 安装步骤中的注释
This commit is contained in:
parent
f9ea310031
commit
ca74f9289e
@ -39,7 +39,6 @@ jobs:
|
|||||||
|
|
||||||
- name: 🔧 安装 MinGW
|
- name: 🔧 安装 MinGW
|
||||||
run: |
|
run: |
|
||||||
# 在 GitHub 托管 runner(有 sudo)与 act/自托管容器(无 sudo)均可运行
|
|
||||||
if command -v sudo >/dev/null 2>&1; then
|
if command -v sudo >/dev/null 2>&1; then
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y mingw-w64
|
sudo apt-get install -y mingw-w64
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user