Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 928e63e

Browse files
authored
Merge pull request #3040 from rspec/fix-windows
Fix windows buil
2 parents 8caecca + 057f8ab commit 928e63e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,5 +150,5 @@ jobs:
150150
bundler: '2.2.22'
151151
ruby-version: ${{ matrix.ruby }}
152152
bundler-cache: true
153-
- run: cinst ansicon
153+
- run: choco install ansicon
154154
- run: bundle exec rspec --backtrace

0 commit comments

Comments
 (0)