Skip to content

Commit 71d61b8

Browse files
committed
Add conan cache clean step to GitHub Actions workflow for Renode package build to ensure a clean environment before package creation.
1 parent 5a4ecca commit 71d61b8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build_renode_package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
working-directory: dot_net
3535
run: |
3636
conan create .
37+
conan cache clean "*"
3738
3839
- name: Install required python packages
3940
run: |

0 commit comments

Comments
 (0)