소스 검색

fix(action): enable kernel configuration for 5.10 to adjust IP set max value

TheWildJames 4 달 전
부모
커밋
467f5c5bf6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/actions/networking/action.yml

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

@@ -104,7 +104,7 @@ runs:
     - name: Apply Kernel Config for 5.10
       shell: bash
       working-directory: ${{ github.workspace }}/kernel/common
-      if: inputs.kernel_version == '5.10' && false
+      if: inputs.kernel_version == '5.10'
       run: |
         sed -i 's/CONFIG_IP_SET_MAX/256/g' net/netfilter/ipset/ip_set_core.c