Skip to content

Commit

Permalink
ci fix;
Browse files Browse the repository at this point in the history
  • Loading branch information
iSplasher committed Jan 4, 2024
1 parent 8adb3eb commit d7add9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
restore-keys: node_modules- # Take any latest cache if failed to find it for current lock file

- name: Install dependencies
run: yarn install --immutable-cache
run: yarn install --immutable

- name: Install dependencies
working-directory: ${{ matrix.plugindir }}
Expand Down

0 comments on commit d7add9c

Please sign in to comment.