Browse Source

Update ccpp.yml (#5740)

- Add ccache to build
Kim Kulling 1 year ago
parent
commit
edaf87f186
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/ccpp.yml

+ 3 - 0
.github/workflows/ccpp.yml

@@ -37,6 +37,9 @@ jobs:
             cc: gcc
 
     steps:
+    - name: ccache
+      uses: hendrikmuhs/[email protected]
+      
     - uses: actions/checkout@v4
       with:
           submodules: true