更新 actions/checkout 和 arm-none-eabi-gcc-action 的版本以确保兼容性
Some checks failed
Build and Upload Artifact / build and upload-artifact (push) Failing after 20m13s

This commit is contained in:
chauyin
2025-05-06 22:54:34 +08:00
parent 62e5eb2d3a
commit 6d4fb19f2a

View File

@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
with:
submodules: true
@@ -16,7 +16,7 @@ jobs:
uses: lukka/get-cmake@latest
- name: Install Arm GNU Toolchain (arm-none-eabi-gcc)
uses: carlosperate/arm-none-eabi-gcc-action@@v1.10.0
uses: carlosperate/arm-none-eabi-gcc-action@v1.10.0
- name: Create env
run: |