Skip to content

Commit

Permalink
Fix jq
Browse files Browse the repository at this point in the history
  • Loading branch information
meatball133 committed Jan 3, 2024
1 parent fa7b52b commit c72bc32
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
uses: crystal-lang/install-crystal@v1
with:
crystal: "1.10.1"
- name: Install jq
run: winget install jqlang.jq
- name: 'Setup jq'
uses: dcarbone/install-jq-action@v2
with:
version: '1.7'
- name: Run tests
run: ./bin/test-exercises.ps1

0 comments on commit c72bc32

Please sign in to comment.