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 15, 2024
1 parent 8e81a8d commit 1f5a9ce
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 @@ -281,9 +281,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: |
Expand Down Expand Up @@ -325,9 +325,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: |
Expand Down

0 comments on commit 1f5a9ce

Please sign in to comment.