From 3fb4695f6c1fe11a7ff849691a860ad1c3808565 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Fri, 17 Jul 2020 11:39:47 +0200 Subject: [PATCH] Bootimage is not needed for post-01 --- .github/workflows/build-code.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build-code.yml b/.github/workflows/build-code.yml index ae1c40c5..710811a7 100644 --- a/.github/workflows/build-code.yml +++ b/.github/workflows/build-code.yml @@ -53,8 +53,6 @@ jobs: with: profile: minimal toolchain: nightly - - name: Install bootimage - run: cargo install bootimage --debug - name: Checkout Repository uses: actions/checkout@v2 - name: Add thumbv7em-none-eabihf Target