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