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 9b99b70
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,15 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Choco help
uses: crazy-max/ghaction-chocolatey@v3
with:
args: -h
- run: cinst 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 9b99b70

Please sign in to comment.