mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-15 14:54:40 +00:00
Update docker-image.yml
This commit is contained in:
parent
ef2dd5f60e
commit
166d9b8072
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
|
@ -11,8 +11,8 @@ jobs: # 定义工作流程
|
||||||
|
|
||||||
steps: # 定义工作流程中的步骤
|
steps: # 定义工作流程中的步骤
|
||||||
|
|
||||||
- name: Install dependencies # 安装依赖项
|
- name: Install dependencies
|
||||||
run: | # 多行命令开始
|
run: |
|
||||||
pacman -Syyu --noconfirm \
|
pacman -Syyu --noconfirm \
|
||||||
base-devel \
|
base-devel \
|
||||||
arm-none-eabi-gcc \
|
arm-none-eabi-gcc \
|
||||||
|
|
Loading…
Reference in a new issue