Skip to content

Commit 204cf5a

Browse files
Clean all stack caches
1 parent 64a0208 commit 204cf5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ jobs:
9999
echo common --repo_env=BAZEL_USE_CPP_ONLY_TOOLCHAIN=1 > .bazelrc.local
100100
echo build --incompatible_enable_cc_toolchain_resolution >> .bazelrc.local
101101
102+
- name: Clean stack caches
103+
run: rm -rf ~/.stack
104+
102105
- name: Mount Bazel cache
103106
uses: actions/cache/restore@v4
104107
if: github.ref != 'refs/heads/master'

0 commit comments

Comments
 (0)