0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Revert "Updated cache flags"

This reverts commit 36a85fb52f.
This commit is contained in:
Ronald Langeveld 2024-10-14 05:15:48 +04:00
parent 36a85fb52f
commit 40bdd7e1db

View file

@ -175,7 +175,7 @@ jobs:
cache: yarn
- name: Install dependencies
run: yarn add --cached --immutable
run: yarn install --cached --immutable
- name: Build packages
if: steps.cache_built_packages.outputs.cache-hit != 'true'