Преглед на файлове

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

TheWildJames преди 3 месеца
родител
ревизия
4223dbdcb6
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  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 }}