Skip to content

Commit

Permalink
buck2/github: disable Go caches
Browse files Browse the repository at this point in the history
Summary: Go cache dirs are empty at the end of jobs and this causes warning.

Differential Revision: D66011413
  • Loading branch information
KapJI authored and facebook-github-bot committed Nov 15, 2024
1 parent f258333 commit 3d30713
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup_linux_env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ runs:
shell: bash
- uses: actions/setup-go@v5
with:
cache: false
go-version: '~1.22.0'
1 change: 1 addition & 0 deletions .github/actions/setup_macos_env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ runs:
- uses: "./.github/actions/print_versions"
- uses: actions/setup-go@v5
with:
cache: false
go-version: '~1.22.0'
- uses: haskell-actions/setup@v2
with:
Expand Down
1 change: 1 addition & 0 deletions .github/actions/setup_windows_env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ runs:
components: clippy
- uses: actions/setup-go@v5
with:
cache: false
go-version: '~1.22.0'

0 comments on commit 3d30713

Please sign in to comment.