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
7152127ce1
commit
ef2dd5f60e
1 changed files with 8 additions and 7 deletions
15
.github/workflows/docker-image.yml
vendored
15
.github/workflows/docker-image.yml
vendored
|
@ -13,13 +13,14 @@ jobs: # 定义工作流程
|
||||||
|
|
||||||
- name: Install dependencies # 安装依赖项
|
- name: Install dependencies # 安装依赖项
|
||||||
run: | # 多行命令开始
|
run: | # 多行命令开始
|
||||||
pacman -Syyu --noconfirm \ # 使用 pacman 命令安装依赖项
|
pacman -Syyu --noconfirm \
|
||||||
base-devel \ # 安装基本开发工具
|
base-devel \
|
||||||
arm-none-eabi-gcc \ # 安装 ARM 相关工具链
|
arm-none-eabi-gcc \
|
||||||
arm-none-eabi-newlib \ # 安装 ARM 相关库
|
arm-none-eabi-newlib \
|
||||||
git \ # 安装 Git
|
git \
|
||||||
python-pip \ # 安装 Python pip
|
python-pip \
|
||||||
python-crcmod # 安装 Python crcmod
|
python-crcmod
|
||||||
|
|
||||||
|
|
||||||
- name: Checkout # 拉取代码
|
- name: Checkout # 拉取代码
|
||||||
uses: actions/checkout@v3 # 使用 GitHub Actions 提供的 checkout 动作
|
uses: actions/checkout@v3 # 使用 GitHub Actions 提供的 checkout 动作
|
||||||
|
|
Loading…
Reference in a new issue