Skip to content

Commit

Permalink
fix ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
likewhatevs committed Oct 10, 2024
1 parent bc2b7fd commit 128cf63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/caching-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@ jobs:

# get latest head commit of sched_ext for-next
- run: echo "SCHED_EXT_KERNEL_COMMIT=fc86083" >> $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: |
Expand Down Expand Up @@ -245,9 +245,9 @@ jobs:

# get latest head commit of sched_ext for-next
- run: echo "SCHED_EXT_KERNEL_COMMIT=fc86083" >> $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: |
Expand Down

0 comments on commit 128cf63

Please sign in to comment.