Forráskód Böngészése

chore(ci): remove duplicated cache restore action

0xJacky 1 éve
szülő
commit
de8d6073a3
1 módosított fájl, 1 hozzáadás és 11 törlés
  1. 1 11
      .github/workflows/build.yml

+ 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: |