Update ccpp.yml (#5740)

- Add ccache to build
This commit is contained in:
Kim Kulling
2024-08-30 19:29:32 +02:00
committed by GitHub
parent 88340d0ce0
commit edaf87f186

View File

@@ -37,6 +37,9 @@ jobs:
cc: gcc
steps:
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2
- uses: actions/checkout@v4
with:
submodules: true