Skip to content

Commit

Permalink
Force install right watcher for arm64 macos install as a test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreSi committed Nov 20, 2023
1 parent 4983eec commit 5a1f5ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
name: Install GDevelop IDE dependencies
command: cd newIDE/app && npm install && cd ../electron-app && npm install

- run:
name: Force install parcel watcher
command: cd newIDE/electron-app/app && npm install @parcel/watcher-darwin-arm64@2.3.0

- save_cache:
paths:
- newIDE/electron-app/node_modules
Expand Down

0 comments on commit 5a1f5ee

Please sign in to comment.