Skip to content

Commit

Permalink
jq is installed by default
Browse files Browse the repository at this point in the history
  • Loading branch information
cyqsimon committed Oct 12, 2023
1 parent 3e526a0 commit 445f56f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/rebuild-changed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
outputs:
builds: ${{ steps.send-request.outputs.builds }}
steps:
- name: Install dependencies
run: sudo apt-get install -y jq ripgrep
- name: Install ripgrep
run: sudo apt-get install -y ripgrep

- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -52,9 +52,6 @@ jobs:
matrix:
build_id: ${{ fromJson(needs.trigger-rebuild-for-modified.outputs.builds) }}
steps:
- name: Install dependencies
run: sudo apt-get install -y jq

- name: Report status when done
run: |
while true; do
Expand Down

0 comments on commit 445f56f

Please sign in to comment.