We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d17f72d commit 7e6a5b7Copy full SHA for 7e6a5b7
2 files changed
.github/workflows/test-suite.yml
@@ -10,6 +10,9 @@ on:
10
type: string
11
permissions:
12
contents: read
13
+env:
14
+ CC: ccache gcc
15
+ CXX: ccache g++
16
jobs:
17
LINUX_PPC64:
18
if: ${{ fromJson(inputs.branch).jobs.LINUX_PPC64 }}
.github/workflows/test.yml
@@ -29,9 +29,6 @@ permissions:
29
concurrency:
30
group: ${{ github.workflow }}-${{ github.event.pull_request.url || github.run_id }}
31
cancel-in-progress: true
32
-env:
33
- CC: ccache gcc
34
- CXX: ccache g++
35
36
GENERATE_MATRIX:
37
name: Generate Matrix
0 commit comments