Skip to content

Commit bb22219

Browse files
Trying Something Different
1 parent fae3eff commit bb22219

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -620,8 +620,8 @@ jobs:
620620
# We also do not include GCC-11 since it is tested in the JammyCompatibility test.
621621
name: 'B: ${{ matrix.name }}'
622622
env:
623-
CC: ${{ matrix.CC }}
624-
CXX: ${{ matrix.CXX }}
623+
CC: ccache ${{ matrix.CC }}
624+
CXX: ccache ${{ matrix.CXX }}
625625
steps:
626626

627627
- uses: actions/checkout@v4
@@ -652,8 +652,8 @@ jobs:
652652
runs-on: ubuntu-22.04
653653
needs: [BuildVTR]
654654
env:
655-
CC: gcc-11
656-
CXX: g++-11
655+
CC: ccache gcc-11
656+
CXX: ccache g++-11
657657
steps:
658658
- uses: actions/checkout@v4
659659
with:

0 commit comments

Comments
 (0)