Skip to content

Commit

Permalink
Don't use cache - go installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ameknite committed Jun 15, 2024
1 parent 030d3b6 commit d77b47f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: stable
cache: false

- name: Install yamlfmt
run: go install github.com/google/yamlfmt/cmd/yamlfmt@latest
Expand Down

0 comments on commit d77b47f

Please sign in to comment.