TheWildJames 2 месяцев назад
Родитель
Сommit
136e1521bf
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/actions/networking/action.yml

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

@@ -101,7 +101,7 @@ runs:
         set -euo pipefail
         if [[ ${{ inputs.version }} == "android16-6.12" ]]; then
           #patch -p1 < "${{ github.workspace }}/kernel_patches/common/bbrv3/0001-net-tcp-backport-BBRv3-to-android15-6.6.patch"
-          echo "skipper
+          echo "skipped"
         elif [[ ${{ inputs.version }} == "android15-6.6" ]]; then
           patch -p1 < "${{ github.workspace }}/kernel_patches/common/bbrv3/0001-net-tcp-backport-BBRv3-to-android15-6.6.patch"
         elif [[ ${{ inputs.version }} == "android14-6.1" ]]; then