Skip to content

Commit 7e6a5b7

Browse files
committed
Move ccache env
1 parent d17f72d commit 7e6a5b7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-suite.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
type: string
1111
permissions:
1212
contents: read
13+
env:
14+
CC: ccache gcc
15+
CXX: ccache g++
1316
jobs:
1417
LINUX_PPC64:
1518
if: ${{ fromJson(inputs.branch).jobs.LINUX_PPC64 }}

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ permissions:
2929
concurrency:
3030
group: ${{ github.workflow }}-${{ github.event.pull_request.url || github.run_id }}
3131
cancel-in-progress: true
32-
env:
33-
CC: ccache gcc
34-
CXX: ccache g++
3532
jobs:
3633
GENERATE_MATRIX:
3734
name: Generate Matrix

0 commit comments

Comments
 (0)