Skip to content

Commit

Permalink
silence "Restore cache failed" warning in precheck-and-build
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomitn committed Sep 8, 2024
1 parent bdd2cc7 commit eb43103
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/iso-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
go-version: ${{ matrix.go }
cache: false}

- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit eb43103

Please sign in to comment.