Browse Source

Update ccpp.yml (#5740)

- Add ccache to build
Kim Kulling 1 năm trước cách đây
mục cha
commit
edaf87f186
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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