From 15fbd4607b1f86fa9c27773f6cbda5fde6451509 Mon Sep 17 00:00:00 2001 From: Trajan0x Date: Thu, 18 Jul 2024 00:10:13 -0400 Subject: [PATCH] regular cache [goreleaser] --- .github/workflows/goreleaser-actions.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/goreleaser-actions.yml b/.github/workflows/goreleaser-actions.yml index 4e8ee3876e..1215baf034 100644 --- a/.github/workflows/goreleaser-actions.yml +++ b/.github/workflows/goreleaser-actions.yml @@ -136,7 +136,6 @@ jobs: submodules: 'recursive' - name: Set up cache - if: ${{ !contains(runner.name, 'nsc') }} uses: actions/cache@v4 with: path: | @@ -146,11 +145,6 @@ jobs: restore-keys: | ${{ runner.os }}-go-${{matrix.package}} - - name: Setup Go cache - uses: namespacelabs/nscloud-cache-action@v1 - if: ${{ contains(runner.name, 'nsc') }} - with: - cache: go - name: Get branch name id: branch-name