From 519cdf98ecb863557b203fa8c9d8da093c040bf1 Mon Sep 17 00:00:00 2001 From: shiva kumar Date: Tue, 3 Dec 2024 13:47:07 +0530 Subject: [PATCH] ubuntu24.04 precompile support Signed-off-by: shiva kumar --- .github/workflows/precompiled.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/precompiled.yaml b/.github/workflows/precompiled.yaml index 7aa73269..7f6ecd01 100644 --- a/.github/workflows/precompiled.yaml +++ b/.github/workflows/precompiled.yaml @@ -283,8 +283,7 @@ jobs: strategy: matrix: kernel_version: ${{ fromJson(needs.collect-e2e-test-matrix.outputs.matrix_values) }} - exclude: - - kernel_version: ${{ fromJson(needs.collect-e2e-test-matrix.outputs.exclude_matrix_values) }} + exclude: ${{ fromJson(needs.collect-e2e-test-matrix.outputs.exclude_matrix_values) }} steps: - name: Check out code uses: actions/checkout@v4