Skip to content

Commit

Permalink
CircleCI Choco Mingw ugly downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentnoe committed Apr 5, 2024
1 parent 5f5bf30 commit 8a14e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ jobs:
- run:
name: Install dependencies
command: |
choco feature enable -n=allowGlobalConfirmation
choco install mingw make --global
choco install -y mingw --version 12.2.0.03042023 --allow-downgrade --global
choco install -y make --global
- run:
name: Build
command: |
Expand Down

0 comments on commit 8a14e73

Please sign in to comment.