Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix ci
  • Loading branch information
alexandre-abrioux committed Apr 14, 2025
commit 5e9f3a90f0a9e81c6bb6376e7a844e0a8269e7fd
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
keys:
- yarn-packages-{{ checksum "yarn.lock" }}
- run:
name: Enable Corepack
command: sudo corepack enable
name: Enable Corepack
command: sudo corepack enable
- run:
name: Yarn install
command: yarn install --frozen-lockfile --cache-folder ~/.cache/yarn
Expand Down