Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
(cherry picked from commit db03a48)
  • Loading branch information
likewhatevs committed Dec 26, 2024
1 parent 3abd14e commit 34aec4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/caching-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- run: sudo apt-get update
- run: sudo apt-get install -y git --no-install-recommends
# get latest head commit of sched_ext for-next
- run: echo "SCHED_EXT_KERNEL_COMMIT=$(git ls-remote https://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext.git heads/for-next | awk '{print $1}')" >> $GITHUB_ENV
- run: echo "SCHED_EXT_KERNEL_COMMIT=35aacc4" >> $GITHUB_ENV

- uses: actions/checkout@v4

Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
run: cargo install virtiofsd && sudo cp -a ~/.cargo/bin/virtiofsd /usr/lib/

# get latest head commit of sched_ext for-next
- run: echo "SCHED_EXT_KERNEL_COMMIT=$(git ls-remote https://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext.git heads/for-next | awk '{print $1}')" >> $GITHUB_ENV
- run: echo "SCHED_EXT_KERNEL_COMMIT=35aacc4" >> $GITHUB_ENV

# use cached kernel if available, create after job if not
- name: Cache Kernel
Expand Down

0 comments on commit 34aec4d

Please sign in to comment.