Skip to content

Commit

Permalink
fix: windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar authored Mar 7, 2024
1 parent 6886138 commit bab8d25
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,9 @@ jobs:
steps:
- run:
name: Install Dart SDK
command: choco install dart-sdk
command: |
choco feature enable -n allowGlobalConfirmation
choco install dart-sdk
- run:
name: Install missing root certificate (GlobalSign Root CA)
command: |
Expand Down

0 comments on commit bab8d25

Please sign in to comment.