Skip to content

Commit

Permalink
chore: fix analyzer yarn installs (#9778)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning00Blade committed Mar 6, 2023
1 parent 2123f80 commit 6777604
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/issue-analyzer.yml
Expand Up @@ -91,6 +91,8 @@ jobs:
run: corepack enable
- name: Install dependencies
run: ${{ env.PACKAGE_MANAGER }} install
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
- name: Verify issue
timeout-minutes: 10
run: ${{ env.PACKAGE_MANAGER }} run verify
Expand Down

0 comments on commit 6777604

Please sign in to comment.