Skip to content

Commit 1180735

Browse files
committed
chore: add clear cache for go module.
Signed-off-by: Demolus13 <[email protected]>
1 parent d5f8e96 commit 1180735

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish_github_actions.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,9 @@ jobs:
205205
package_url: pkg:maven/io.micronaut/[email protected]
206206
output_dir: macaron_output/exclude_include_checks/normal
207207

208+
- name: Clear Go module cache
209+
run: rm -rf $HOME/go/pkg/mod
210+
208211
- name: Run Macaron (analyze micronaut-core excluding witness check via defaults.ini)
209212
uses: ./
210213
with:

0 commit comments

Comments
 (0)