Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qjerome authored Sep 28, 2023
1 parent a83727a commit 0287b54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
~/.cargo
~/.rustup
target
key: ${{ runner.os }}-rust-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-rust-${{ hashFiles('**/Cargo.lock', '**/.github/workflows/ci.yml') }}

- id: cache-key
run: echo "cache-key=$(cargo xtask build-tools --action-cache-key)" >> "$GITHUB_OUTPUT"
Expand All @@ -47,7 +47,7 @@ jobs:
run: cargo xtask build-tools --free-space

- name: Build (eBPF and userland)
run: cargo xtask build
run: cargo xtask build --release

- name: Linux Kernel 5.4
run: ./scripts/ci/test_kernel.sh 5.4

0 comments on commit 0287b54

Please sign in to comment.