Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint-bpf-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
go-version: 1.17.8
- name: Cache LLVM and Clang
id: cache-llvm
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12
with:
path: $HOME/.clang
key: llvm-10.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-build-commits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Cache LLVM and Clang
id: cache-llvm
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12
with:
path: $HOME/.clang
key: llvm-10.0
Expand Down