Skip to content

Commit

Permalink
CI: Manually add Chocolatey
Browse files Browse the repository at this point in the history
  • Loading branch information
janlelis committed Jan 9, 2024
1 parent 3b5024a commit 0e136c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,14 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Choco help / Install ansicon
uses: crazy-max/ghaction-chocolatey@v3
with:
args: install ansicon
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
bundler-cache: true
- run: cinst ansicon
- name: Run tests
run: bundle exec rake

0 comments on commit 0e136c9

Please sign in to comment.