Update ccpp.yml

- Add ccache to build
pull/5740/head
Kim Kulling 2024-08-30 18:58:24 +02:00 committed by GitHub
parent 88340d0ce0
commit 154e42a1ed
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
steps:
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2
- uses: actions/checkout@v4
with:
submodules: true