Skip to content

Commit

Permalink
experimenting
Browse files Browse the repository at this point in the history
  • Loading branch information
glennj committed Oct 26, 2023
1 parent 70320dd commit 2091238
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ jobs:
run: |
sudo apt update &&
sudo apt -y install bats curl gh &&
sudo curl -o /usr/bin/jq https://github.com/jqlang/jq/releases/download/jq-1.7/jq-linux-amd64 &&
sudo curl -Lo /usr/bin/jq https://github.com/jqlang/jq/releases/download/jq-1.7/jq-linux-amd64 &&
sudo chmod -v 755 /usr/bin/jq
command -v jq
uname -sm
jq --version 2>&1
- name: Run tests for changed/added exercises
Expand Down

0 comments on commit 2091238

Please sign in to comment.