0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2024-12-30 22:34:01 -05:00

Fixing CI

This commit is contained in:
Ronald Langeveld 2024-10-14 05:18:30 +04:00
parent 40bdd7e1db
commit 04f66be3b9

View file

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