Browse Source

fix: ensure proper formatting in bypass.patch by adding missing newline

TheWildJames 3 months ago
parent
commit
4223dbdcb6
2 changed files with 2 additions and 2 deletions
  1. 2 1
      .github/actions/build-kernel/patches/bypass.patch
  2. 0 1
      .github/workflows/build.yml

+ 2 - 1
.github/actions/build-kernel/patches/bypass.patch

@@ -44,4 +44,5 @@
 +
 +choose_flash_mode
 +
- # boot install
+ # boot install
+ 

+ 0 - 1
.github/workflows/build.yml

@@ -229,7 +229,6 @@ jobs:
         compression-level: 9
 
     - name: 'Setup Cache and Build Environment'
-      if: false
       uses: ./.github/actions/cache-setup
       with:
         version: ${{ inputs.version }}