Skip to content

Commit

Permalink
Remove --ignore-optional flag from CI install
Browse files Browse the repository at this point in the history
  • Loading branch information
zikaari committed Aug 29, 2023
1 parent 36dabcb commit c8835b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cache: yarn

- name: Install
run: yarn install --frozen-lockfile --ignore-optional
run: yarn install --frozen-lockfile

- name: Bootstrap
run: yarn bootstrap --no-ci
Expand Down

0 comments on commit c8835b0

Please sign in to comment.