We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e5f2d1 commit 558780cCopy full SHA for 558780c
.github/workflows/set-up-everything/action.yml
@@ -32,5 +32,5 @@ runs:
32
python-version: 3.12.4
33
34
- name: Install dependencies
35
- run: yarn --immutable
+ run: yarn cache --clean && yarn --immutable
36
shell: bash
0 commit comments