summaryrefslogtreecommitdiff
path: root/.github/workflows/static-analysis.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/static-analysis.yaml')
-rw-r--r--.github/workflows/static-analysis.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/static-analysis.yaml b/.github/workflows/static-analysis.yaml
index 5027d0510..8604761fe 100644
--- a/.github/workflows/static-analysis.yaml
+++ b/.github/workflows/static-analysis.yaml
@@ -23,6 +23,7 @@ jobs:
sudo apt-get install --no-install-recommends -y
bison
build-essential
+ ccache
flex
git
gperf
@@ -34,6 +35,12 @@ jobs:
librsvg2-dev
pkg-config
+ - name: ccache
+ uses: hendrikmuhs/ccache-action@v1.2
+ with:
+ key: ${{ github.job }}
+ max-size: 128M
+
- name: Build and install project libs
run: |
export TARGET_WORKSPACE="$(pwd)/projects"