Skip to content

Commit

Permalink
Drop windows cache
Browse files Browse the repository at this point in the history
  • Loading branch information
emcfarlane committed Oct 2, 2023
1 parent 13d13f4 commit 815644f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- id: go-cache-paths
shell: bash
run: |
echo "go-mod=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
- name: Mod Cache
uses: actions/cache@v3
with:
path: ${{ steps.go-cache-paths.outputs.go-mod }}
key: ${{ runner.os }}-connect-ci-go-mod-${{ hashFiles('**/go.sum') }}
- name: Test
shell: bash
run: |
Expand Down

0 comments on commit 815644f

Please sign in to comment.