Update ccpp.yml (#5740)

- Add ccache to build
pull/5739/head^2
Kim Kulling 2024-08-30 19:29:32 +02:00 committed by GitHub
parent 88340d0ce0
commit edaf87f186
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

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