Quellcode durchsuchen

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

TheWildJames vor 3 Monaten
Ursprung
Commit
4223dbdcb6
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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 }}