From 7f8511b0e7253d74c21e803c2022063ffc9c2d9f Mon Sep 17 00:00:00 2001 From: DrunkBatya Date: Mon, 6 May 2024 14:44:58 +0300 Subject: [PATCH] Remove extra code --- .github/workflows/build.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7d1dbd8..aebc991 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,9 +21,6 @@ jobs: submodules: false ref: ${{ github.event.pull_request.head.sha }} - - name: 'Checkout submodules' - run: git submodule update --init --recursive --depth 1 --jobs "$(getconf _NPROCESSORS_ONLN)"; - - name: 'Set toolchain envs' run: | echo "FBT_TOOLCHAIN_PATH=$(pwd)" >> $GITHUB_ENV @@ -49,10 +46,8 @@ jobs: "--github_auth_token=${{ secrets.GITHUB_TOKEN }}"; echo "event_type=$TYPE" >> $GITHUB_OUTPUT - - name: 'Install python tools' - run: | - source scripts/toolchain/fbtenv.sh; - python3 -m pip install grpcio-tools; + - name: 'Checkout submodules' + run: git submodule update --init --recursive --depth 1 --jobs "$(getconf _NPROCESSORS_ONLN)"; - name: 'Build firmware' run: |