1
0
Эх сурвалжийг харах

chore(ci): remove duplicated cache restore action

0xJacky 1 жил өмнө
parent
commit
de8d6073a3

+ 1 - 11
.github/workflows/build.yml

@@ -123,17 +123,7 @@ jobs:
                 uses: actions/setup-go@v5
                 with:
                     go-version: ^1.21.6
-
-            -   name: Set up cache
-                uses: actions/cache@v4
-                with:
-                    path: |
-                        ~/.cache/go-build
-                        ~/go/pkg/mod
-                    key: ${{ runner.os }}-${{ env.GOOS }}-${{ env.GOARCH }}${{ env.GOARM }}-go-${{ hashFiles('**/go.sum') }}
-                    restore-keys: |
-                        ${{ runner.os }}-${{ env.GOOS }}-${{ env.GOARCH }}${{ env.GOARM }}-go-
-
+                    
             -   name: Setup compiler environment
                 id: info
                 run: |