Skip to content

Commit

Permalink
- disable caching in CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
bahaaador committed Nov 9, 2024
1 parent 7988939 commit 25eccda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: '1.21'
cache: false

- name: Install Task
run: go install github.com/go-task/task/v3/cmd/task@latest
Expand All @@ -43,6 +44,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: '1.21'
cache: false

- name: Build
env:
Expand Down

0 comments on commit 25eccda

Please sign in to comment.