From dd94d38697cef2adf755c15412723e3092d5012c Mon Sep 17 00:00:00 2001 From: Lyon <88232613+pikasTech@users.noreply.github.com> Date: Fri, 8 Oct 2021 10:48:36 +0800 Subject: [PATCH] Update cmake.yml --- .github/workflows/cmake.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index ac8335eaf..f742273c4 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -20,7 +20,12 @@ jobs: steps: - uses: actions/checkout@v2 - + + - uses: ryanwinter/arm-none-eabi-gcc@v2.0.1 + with: + # GNU Embedded Toolchain for Arm release name, in the V-YYYY-qZ format (e.g. "9-2019-q4") + release: '9-2019-q4' + - name: PULL_CORE run: cd ${{github.workspace}}/port/linux && bash pull-core.sh @@ -32,17 +37,15 @@ jobs: # Build your program with the given configuration run: cd ${{github.workspace}}/port/linux && bash test.sh + - name: PIKAPI_BOOTLOADER + run: cd ${{github.workspace}}/bsp/PikaPi_Zero/bootloader && make + windows: runs-on: windows-latest steps: - uses: actions/checkout@v2 - - uses: ryanwinter/arm-none-eabi-gcc@v2.0.1 - with: - # GNU Embedded Toolchain for Arm release name, in the V-YYYY-qZ format (e.g. "9-2019-q4") - release: '9-2019-q4' - name: PACKAGE_MANAGER run: cd ${{github.workspace}}/tools/pikaPackageManager && go run main.go - - name: PIKAPI_BOOTLOADER - run: cd ${{github.workspace}}/bsp/PikaPi_Zero/bootloader && make +