Skip to content

Commit d62e81e

Browse files
address CR
1 parent 6259b5e commit d62e81e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/libc-fullbuild-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
ccache-variant: sccache
2121
c_compiler: clang
2222
cpp_compiler: clang++
23+
# TODO: remove ccache logic when https://github.com/hendrikmuhs/ccache-action/issues/279 is resolved.
2324
- os: ubuntu-24.04-arm
2425
ccache-variant: ccache
2526
c_compiler: clang

.github/workflows/libc-overlay-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
compiler:
2424
c_compiler: clang
2525
cpp_compiler: clang++
26+
# TODO: remove ccache logic when https://github.com/hendrikmuhs/ccache-action/issues/279 is resolved.
2627
- os: ubuntu-24.04-arm
2728
ccache-variant: ccache
2829
compiler:

0 commit comments

Comments
 (0)