Skip to content

Commit

Permalink
Add jq (#12336)
Browse files Browse the repository at this point in the history
* add jq to maven build

* add jq to maven build

* add jq to maven build
  • Loading branch information
harshach authored Jul 9, 2023
1 parent 59c384f commit f9d5387
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/docker-openmetadata-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
run: |
sudo make install_antlr_cli
- name: Setup jq
run: |
sudo apt-get update
sudo apt-get install jq

- name: Build OpenMetadata Server Application
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y unixodbc-dev python3-venv librdkafka-dev gcc libsasl2-dev build-essential libssl-dev libffi-dev \
librdkafka-dev unixodbc-dev libevent-dev
librdkafka-dev unixodbc-dev libevent-dev jq
- name: Setup Test Containers Properties
run: |
Expand Down

0 comments on commit f9d5387

Please sign in to comment.