浏览代码

Update ccpp.yml (#5740)

- Add ccache to build
Kim Kulling 1 年之前
父节点
当前提交
edaf87f186
共有 1 个文件被更改,包括 3 次插入0 次删除
  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