mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-30 22:34:01 -05:00
Fixing CI
This commit is contained in:
parent
40bdd7e1db
commit
04f66be3b9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue