summaryrefslogtreecommitdiff
path: root/.github/workflows/monkey-test.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/monkey-test.yaml')
-rw-r--r--.github/workflows/monkey-test.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/monkey-test.yaml b/.github/workflows/monkey-test.yaml
index 421bf3b50..e95c9796f 100644
--- a/.github/workflows/monkey-test.yaml
+++ b/.github/workflows/monkey-test.yaml
@@ -23,6 +23,7 @@ jobs:
sudo apt-get install --no-install-recommends -y
bison
build-essential
+ ccache
check
clang
flex
@@ -38,6 +39,12 @@ jobs:
pkg-config
wbritish # Needed for `/usr/share/dict/words`, used by test
+ - 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"