更新 actions/checkout 和 arm-none-eabi-gcc-action 的版本以确保兼容性
Some checks failed
Build and Upload Artifact / build and upload-artifact (push) Failing after 20m13s
Some checks failed
Build and Upload Artifact / build and upload-artifact (push) Failing after 20m13s
This commit is contained in:
@@ -8,7 +8,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4.2.2
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
@@ -16,7 +16,7 @@ jobs:
|
|||||||
uses: lukka/get-cmake@latest
|
uses: lukka/get-cmake@latest
|
||||||
|
|
||||||
- name: Install Arm GNU Toolchain (arm-none-eabi-gcc)
|
- 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
|
- name: Create env
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user