Quellcode durchsuchen

Fix variable names in BBRv3 action patch command

jimsterino98 vor 1 Monat
Ursprung
Commit
17b00a46ca
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      .github/actions/bbrv3/action.yml

+ 1 - 1
.github/actions/bbrv3/action.yml

@@ -8,7 +8,7 @@ runs:
     shell: bash
     run: |
      cd "$COMMON"
-     patch -p1 < "$KERNEL_PATCHES/common/bbrv3/0001-net-tcp-backport-BBRv3-to-$ANDROID_VERSION-$KERNEL_VERSION.patch"
+     patch -p1 < "$KERNEL_PATCHES/common/bbrv3/0001-net-tcp-backport-BBRv3-to-$ANDROID_VER-$KERNEL_VER.patch"
      
   - name: add bbr configs to defconfig
     shell: bash