Skip to content

Commit

Permalink
l10n: ci: disable cache for setup-go to suppress warnings
Browse files Browse the repository at this point in the history
After we upgraded actions/setup-go to v5, the following warning message
was reported every time we ran the CI.

    Restore cache failed: Dependencies file is not found ...

Disable cache to suppress warning messages as described in the solution
below.

    actions/setup-go#427

Signed-off-by: Jiang Xin <[email protected]>
  • Loading branch information
jiangxin committed Feb 16, 2024
1 parent 4d733f0 commit 1bb7fcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/l10n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: '>=1.16'
cache: false
- name: Install git-po-helper
run: go install github.com/git-l10n/git-po-helper@main
- name: Install other dependencies
Expand Down

0 comments on commit 1bb7fcb

Please sign in to comment.