From fb0b7d1f8e13a92810925b5ccb94c90fd3a2ff9f Mon Sep 17 00:00:00 2001 From: Pat Somaru Date: Fri, 4 Oct 2024 08:03:52 -0400 Subject: [PATCH] fix ci config --- .github/workflows/caching-build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/caching-build.yml b/.github/workflows/caching-build.yml index 23e2f42fb..f475168d0 100644 --- a/.github/workflows/caching-build.yml +++ b/.github/workflows/caching-build.yml @@ -201,9 +201,9 @@ jobs: # get latest head commit of sched_ext for-next - run: echo "SCHED_EXT_KERNEL_COMMIT=35aacc4" >> $GITHUB_ENV - # cache bzImage alone for rust tests + # Cache Kernel alone for rust tests - name: Cache bzImage - id: cache-bzImage + id: cache-kernel uses: actions/cache@v4 with: path: | @@ -245,9 +245,9 @@ jobs: # get latest head commit of sched_ext for-next - run: echo "SCHED_EXT_KERNEL_COMMIT=35aacc4" >> $GITHUB_ENV - # cache bzImage alone for rust tests + # Cache Kernel alone for rust tests - name: Cache bzImage - id: cache-bzImage + id: cache-kernel uses: actions/cache@v4 with: path: |