From fa41268ee12b0cd2fc2e6b5b963bebe5da22d7c9 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 2 Jan 2025 16:08:08 -0400 Subject: [PATCH] test11 --- .github/workflows/build-h7a3.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-h7a3.yml b/.github/workflows/build-h7a3.yml index 60e266addd..10308554d9 100644 --- a/.github/workflows/build-h7a3.yml +++ b/.github/workflows/build-h7a3.yml @@ -21,24 +21,21 @@ jobs: run: | wget -O - https://webi.sh/node | sh echo ~/.local/opt/node/bin >> $GITHUB_PATH - - # Step 1: Check out the repository + apt get install arm-none-eabi-ar + - name: Checkout code uses: actions/checkout@v4 with: submodules: recursive - # Step 2: Configure the build for Matek H7 A3 - name: Configure build run: | ./waf configure --board MatekH7A3 - # Step 3: Build the firmware - name: Build firmware run: | ./waf build - # Step 4: Upload firmware artifact - name: Upload firmware uses: actions/upload-artifact@v3 with: